@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRemoteAccessSessionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration settings for a remote access session, including billing method.
Constructor and Description |
---|
CreateRemoteAccessSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
CreateRemoteAccessSessionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBillingMethod()
The billing method for the remote access session.
|
List<String> |
getVpceConfigurationArns()
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBillingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
|
void |
setBillingMethod(String billingMethod)
The billing method for the remote access session.
|
void |
setVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateRemoteAccessSessionConfiguration |
withBillingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
|
CreateRemoteAccessSessionConfiguration |
withBillingMethod(String billingMethod)
The billing method for the remote access session.
|
CreateRemoteAccessSessionConfiguration |
withVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
|
CreateRemoteAccessSessionConfiguration |
withVpceConfigurationArns(String... vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
|
public CreateRemoteAccessSessionConfiguration()
public void setBillingMethod(String billingMethod)
The billing method for the remote access session.
billingMethod
- The billing method for the remote access session.BillingMethod
public String getBillingMethod()
The billing method for the remote access session.
BillingMethod
public CreateRemoteAccessSessionConfiguration withBillingMethod(String billingMethod)
The billing method for the remote access session.
billingMethod
- The billing method for the remote access session.BillingMethod
public void setBillingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
billingMethod
- The billing method for the remote access session.BillingMethod
public CreateRemoteAccessSessionConfiguration withBillingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
billingMethod
- The billing method for the remote access session.BillingMethod
public List<String> getVpceConfigurationArns()
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
public void setVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
vpceConfigurationArns
- An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.public CreateRemoteAccessSessionConfiguration withVpceConfigurationArns(String... vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
NOTE: This method appends the values to the existing list (if any). Use
setVpceConfigurationArns(java.util.Collection)
or
withVpceConfigurationArns(java.util.Collection)
if you want to override the existing values.
vpceConfigurationArns
- An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.public CreateRemoteAccessSessionConfiguration withVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
vpceConfigurationArns
- An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.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.