@Generated(value="software.amazon.awssdk:codegen") public class CreateRemoteAccessSessionConfiguration extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateRemoteAccessSessionConfiguration.Builder,CreateRemoteAccessSessionConfiguration>
Creates the configuration settings for a remote access session, including the device model and type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateRemoteAccessSessionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
BillingMethod |
billingMethod()
Returns the billing method for purposes of configuring a remote access session.
|
String |
billingMethodAsString()
Returns the billing method for purposes of configuring a remote access session.
|
static CreateRemoteAccessSessionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
static Class<? extends CreateRemoteAccessSessionConfiguration.Builder> |
serializableBuilderClass() |
CreateRemoteAccessSessionConfiguration.Builder |
toBuilder() |
String |
toString() |
public BillingMethod billingMethod()
Returns the billing method for purposes of configuring a remote access session.
If the service returns an enum value that is not available in the current SDK version, billingMethod
will return BillingMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
billingMethodAsString().
BillingMethodpublic String billingMethodAsString()
Returns the billing method for purposes of configuring a remote access session.
If the service returns an enum value that is not available in the current SDK version, billingMethod
will return BillingMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
billingMethodAsString().
BillingMethodpublic CreateRemoteAccessSessionConfiguration.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateRemoteAccessSessionConfiguration.Builder,CreateRemoteAccessSessionConfiguration>public static CreateRemoteAccessSessionConfiguration.Builder builder()
public static Class<? extends CreateRemoteAccessSessionConfiguration.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.