@Generated(value="software.amazon.awssdk:codegen") public final class ReservationResourceSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservationResourceSpecification.Builder,ReservationResourceSpecification>
Modifier and Type | Class and Description |
---|---|
static interface |
ReservationResourceSpecification.Builder |
copy
public ReservationCodec codec()
If the service returns an enum value that is not available in the current SDK version, codec
will return
ReservationCodec.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecAsString()
.
ReservationCodec
public String codecAsString()
If the service returns an enum value that is not available in the current SDK version, codec
will return
ReservationCodec.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecAsString()
.
ReservationCodec
public ReservationMaximumBitrate maximumBitrate()
If the service returns an enum value that is not available in the current SDK version, maximumBitrate
will return ReservationMaximumBitrate.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from maximumBitrateAsString()
.
ReservationMaximumBitrate
public String maximumBitrateAsString()
If the service returns an enum value that is not available in the current SDK version, maximumBitrate
will return ReservationMaximumBitrate.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from maximumBitrateAsString()
.
ReservationMaximumBitrate
public ReservationMaximumFramerate maximumFramerate()
If the service returns an enum value that is not available in the current SDK version, maximumFramerate
will return ReservationMaximumFramerate.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from maximumFramerateAsString()
.
ReservationMaximumFramerate
public String maximumFramerateAsString()
If the service returns an enum value that is not available in the current SDK version, maximumFramerate
will return ReservationMaximumFramerate.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from maximumFramerateAsString()
.
ReservationMaximumFramerate
public ReservationResolution resolution()
If the service returns an enum value that is not available in the current SDK version, resolution
will
return ReservationResolution.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from resolutionAsString()
.
ReservationResolution
public String resolutionAsString()
If the service returns an enum value that is not available in the current SDK version, resolution
will
return ReservationResolution.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from resolutionAsString()
.
ReservationResolution
public ReservationResourceType resourceType()
If the service returns an enum value that is not available in the current SDK version, resourceType
will
return ReservationResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from resourceTypeAsString()
.
ReservationResourceType
public String resourceTypeAsString()
If the service returns an enum value that is not available in the current SDK version, resourceType
will
return ReservationResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from resourceTypeAsString()
.
ReservationResourceType
public ReservationSpecialFeature specialFeature()
If the service returns an enum value that is not available in the current SDK version, specialFeature
will return ReservationSpecialFeature.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from specialFeatureAsString()
.
ReservationSpecialFeature
public String specialFeatureAsString()
If the service returns an enum value that is not available in the current SDK version, specialFeature
will return ReservationSpecialFeature.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from specialFeatureAsString()
.
ReservationSpecialFeature
public ReservationVideoQuality videoQuality()
If the service returns an enum value that is not available in the current SDK version, videoQuality
will
return ReservationVideoQuality.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from videoQualityAsString()
.
ReservationVideoQuality
public String videoQualityAsString()
If the service returns an enum value that is not available in the current SDK version, videoQuality
will
return ReservationVideoQuality.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from videoQualityAsString()
.
ReservationVideoQuality
public ReservationResourceSpecification.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReservationResourceSpecification.Builder,ReservationResourceSpecification>
public static ReservationResourceSpecification.Builder builder()
public static Class<? extends ReservationResourceSpecification.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.