Class UpdateReplicationConfigurationTemplateRequest

    • Method Detail

      • arn

        public final String arn()

        Update replication configuration template ARN request.

        Returns:
        Update replication configuration template ARN request.
      • associateDefaultSecurityGroup

        public final Boolean associateDefaultSecurityGroup()

        Update replication configuration template associate default Application Migration Service Security group request.

        Returns:
        Update replication configuration template associate default Application Migration Service Security group request.
      • bandwidthThrottling

        public final Long bandwidthThrottling()

        Update replication configuration template bandwidth throttling request.

        Returns:
        Update replication configuration template bandwidth throttling request.
      • createPublicIP

        public final Boolean createPublicIP()

        Update replication configuration template create Public IP request.

        Returns:
        Update replication configuration template create Public IP request.
      • ebsEncryptionKeyArn

        public final String ebsEncryptionKeyArn()

        Update replication configuration template EBS encryption key ARN request.

        Returns:
        Update replication configuration template EBS encryption key ARN request.
      • replicationConfigurationTemplateID

        public final String replicationConfigurationTemplateID()

        Update replication configuration template template ID request.

        Returns:
        Update replication configuration template template ID request.
      • replicationServerInstanceType

        public final String replicationServerInstanceType()

        Update replication configuration template Replication Server instance type request.

        Returns:
        Update replication configuration template Replication Server instance type request.
      • hasReplicationServersSecurityGroupsIDs

        public final boolean hasReplicationServersSecurityGroupsIDs()
        For responses, this returns true if the service returned a value for the ReplicationServersSecurityGroupsIDs property. This DOES NOT check that the value is non-empty (for which, you should check the 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.
      • replicationServersSecurityGroupsIDs

        public final List<String> replicationServersSecurityGroupsIDs()

        Update replication configuration template Replication Server Security groups IDs request.

        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.

        Returns:
        Update replication configuration template Replication Server Security groups IDs request.
      • stagingAreaSubnetId

        public final String stagingAreaSubnetId()

        Update replication configuration template Staging Area subnet ID request.

        Returns:
        Update replication configuration template Staging Area subnet ID request.
      • hasStagingAreaTags

        public final boolean hasStagingAreaTags()
        For responses, this returns true if the service returned a value for the StagingAreaTags property. This DOES NOT check that the value is non-empty (for which, you should check the 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.
      • stagingAreaTags

        public final Map<String,​String> stagingAreaTags()

        Update replication configuration template Staging Area Tags request.

        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.

        Returns:
        Update replication configuration template Staging Area Tags request.
      • useDedicatedReplicationServer

        public final Boolean useDedicatedReplicationServer()

        Update replication configuration template use dedicated Replication Server request.

        Returns:
        Update replication configuration template use dedicated Replication Server request.
      • useFipsEndpoint

        public final Boolean useFipsEndpoint()

        Update replication configuration template use Fips Endpoint request.

        Returns:
        Update replication configuration template use Fips Endpoint request.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object