@Generated(value="software.amazon.awssdk:codegen") public final class CreateReplicationConfigurationTemplateResponse extends MgnResponse implements ToCopyableBuilder<CreateReplicationConfigurationTemplateResponse.Builder,CreateReplicationConfigurationTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateReplicationConfigurationTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Replication Configuration template ARN.
|
Boolean |
associateDefaultSecurityGroup()
Replication Configuration template associate default Application Migration Service Security group.
|
Long |
bandwidthThrottling()
Replication Configuration template bandwidth throttling.
|
static CreateReplicationConfigurationTemplateResponse.Builder |
builder() |
Boolean |
createPublicIP()
Replication Configuration template create Public IP.
|
ReplicationConfigurationDataPlaneRouting |
dataPlaneRouting()
Replication Configuration template data plane routing.
|
String |
dataPlaneRoutingAsString()
Replication Configuration template data plane routing.
|
ReplicationConfigurationDefaultLargeStagingDiskType |
defaultLargeStagingDiskType()
Replication Configuration template use default large Staging Disk type.
|
String |
defaultLargeStagingDiskTypeAsString()
Replication Configuration template use default large Staging Disk type.
|
ReplicationConfigurationEbsEncryption |
ebsEncryption()
Replication Configuration template EBS encryption.
|
String |
ebsEncryptionAsString()
Replication Configuration template EBS encryption.
|
String |
ebsEncryptionKeyArn()
Replication Configuration template EBS encryption key ARN.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReplicationServersSecurityGroupsIDs()
For responses, this returns true if the service returned a value for the ReplicationServersSecurityGroupsIDs
property.
|
boolean |
hasStagingAreaTags()
For responses, this returns true if the service returned a value for the StagingAreaTags property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
replicationConfigurationTemplateID()
Replication Configuration template ID.
|
String |
replicationServerInstanceType()
Replication Configuration template server instance type.
|
List<String> |
replicationServersSecurityGroupsIDs()
Replication Configuration template server Security Groups IDs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateReplicationConfigurationTemplateResponse.Builder> |
serializableBuilderClass() |
String |
stagingAreaSubnetId()
Replication Configuration template Staging Area subnet ID.
|
Map<String,String> |
stagingAreaTags()
Replication Configuration template Staging Area Tags.
|
Map<String,String> |
tags()
Replication Configuration template Tags.
|
CreateReplicationConfigurationTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useDedicatedReplicationServer()
Replication Configuration template use Dedicated Replication Server.
|
Boolean |
useFipsEndpoint()
Replication Configuration template use Fips Endpoint.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
Replication Configuration template ARN.
public final Boolean associateDefaultSecurityGroup()
Replication Configuration template associate default Application Migration Service Security group.
public final Long bandwidthThrottling()
Replication Configuration template bandwidth throttling.
public final Boolean createPublicIP()
Replication Configuration template create Public IP.
public final ReplicationConfigurationDataPlaneRouting dataPlaneRouting()
Replication Configuration template data plane routing.
If the service returns an enum value that is not available in the current SDK version, dataPlaneRouting
will return ReplicationConfigurationDataPlaneRouting.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from dataPlaneRoutingAsString().
ReplicationConfigurationDataPlaneRoutingpublic final String dataPlaneRoutingAsString()
Replication Configuration template data plane routing.
If the service returns an enum value that is not available in the current SDK version, dataPlaneRouting
will return ReplicationConfigurationDataPlaneRouting.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from dataPlaneRoutingAsString().
ReplicationConfigurationDataPlaneRoutingpublic final ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType()
Replication Configuration template use default large Staging Disk type.
If the service returns an enum value that is not available in the current SDK version,
defaultLargeStagingDiskType will return
ReplicationConfigurationDefaultLargeStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from defaultLargeStagingDiskTypeAsString().
ReplicationConfigurationDefaultLargeStagingDiskTypepublic final String defaultLargeStagingDiskTypeAsString()
Replication Configuration template use default large Staging Disk type.
If the service returns an enum value that is not available in the current SDK version,
defaultLargeStagingDiskType will return
ReplicationConfigurationDefaultLargeStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from defaultLargeStagingDiskTypeAsString().
ReplicationConfigurationDefaultLargeStagingDiskTypepublic final ReplicationConfigurationEbsEncryption ebsEncryption()
Replication Configuration template EBS encryption.
If the service returns an enum value that is not available in the current SDK version, ebsEncryption
will return ReplicationConfigurationEbsEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from ebsEncryptionAsString().
ReplicationConfigurationEbsEncryptionpublic final String ebsEncryptionAsString()
Replication Configuration template EBS encryption.
If the service returns an enum value that is not available in the current SDK version, ebsEncryption
will return ReplicationConfigurationEbsEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from ebsEncryptionAsString().
ReplicationConfigurationEbsEncryptionpublic final String ebsEncryptionKeyArn()
Replication Configuration template EBS encryption key ARN.
public final String replicationConfigurationTemplateID()
Replication Configuration template ID.
public final String replicationServerInstanceType()
Replication Configuration template server instance type.
public final boolean hasReplicationServersSecurityGroupsIDs()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<String> replicationServersSecurityGroupsIDs()
Replication Configuration template server Security Groups IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReplicationServersSecurityGroupsIDs()
method.
public final String stagingAreaSubnetId()
Replication Configuration template Staging Area subnet ID.
public final boolean hasStagingAreaTags()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> stagingAreaTags()
Replication Configuration template Staging Area Tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasStagingAreaTags() method.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
Replication Configuration template Tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final Boolean useDedicatedReplicationServer()
Replication Configuration template use Dedicated Replication Server.
public final Boolean useFipsEndpoint()
Replication Configuration template use Fips Endpoint.
public CreateReplicationConfigurationTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateReplicationConfigurationTemplateResponse.Builder,CreateReplicationConfigurationTemplateResponse>toBuilder in class AwsResponsepublic static CreateReplicationConfigurationTemplateResponse.Builder builder()
public static Class<? extends CreateReplicationConfigurationTemplateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.