@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)
Marshalls this structured data using the given
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.BillingMethod
public String getBillingMethod()
Returns the billing method for purposes of configuring a remote access session.
BillingMethod
public 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.BillingMethod
public 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.BillingMethod
public 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.BillingMethod
public String toString()
toString
in class Object
Object.toString()
public CreateRemoteAccessSessionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.