@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRemoteAccessSessionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Creates the configuration settings for a remote access session, including the device model and type.
| Constructor and Description |
|---|
CreateRemoteAccessSessionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CreateRemoteAccessSessionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBillingMethod()
Returns the billing method for purposes of configuring a remote access session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBillingMethod(BillingMethod billingMethod)
Returns the billing method for purposes of configuring a remote access session.
|
void |
setBillingMethod(String billingMethod)
Returns the billing method for purposes of configuring a remote access session.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateRemoteAccessSessionConfiguration |
withBillingMethod(BillingMethod billingMethod)
Returns the billing method for purposes of configuring a remote access session.
|
CreateRemoteAccessSessionConfiguration |
withBillingMethod(String billingMethod)
Returns the billing method for purposes of configuring a remote access session.
|
public CreateRemoteAccessSessionConfiguration()
public void setBillingMethod(String billingMethod)
Returns the billing method for purposes of configuring a remote access session.
billingMethod - Returns the billing method for purposes of configuring a remote access session.BillingMethodpublic String getBillingMethod()
Returns the billing method for purposes of configuring a remote access session.
BillingMethodpublic CreateRemoteAccessSessionConfiguration withBillingMethod(String billingMethod)
Returns the billing method for purposes of configuring a remote access session.
billingMethod - Returns the billing method for purposes of configuring a remote access session.BillingMethodpublic void setBillingMethod(BillingMethod billingMethod)
Returns the billing method for purposes of configuring a remote access session.
billingMethod - Returns the billing method for purposes of configuring a remote access session.BillingMethodpublic CreateRemoteAccessSessionConfiguration withBillingMethod(BillingMethod billingMethod)
Returns the billing method for purposes of configuring a remote access session.
billingMethod - Returns the billing method for purposes of configuring a remote access session.BillingMethodpublic String toString()
toString in class ObjectObject.toString()public CreateRemoteAccessSessionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.