public class CreateRemoteAccessSessionConfiguration extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.