Class ReplicationPendingModifiedValues

java.lang.Object
com.amazonaws.services.databasemigrationservice.model.ReplicationPendingModifiedValues
All Implemented Interfaces:
Serializable, Cloneable

public class ReplicationPendingModifiedValues extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • ReplicationPendingModifiedValues

      public ReplicationPendingModifiedValues()
  • Method Details

    • setReplicationInstanceClass

      public void setReplicationInstanceClass(String replicationInstanceClass)

      The compute and memory capacity of the replication instance.

      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

      Parameters:
      replicationInstanceClass - The compute and memory capacity of the replication instance.

      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

    • getReplicationInstanceClass

      public String getReplicationInstanceClass()

      The compute and memory capacity of the replication instance.

      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

      Returns:
      The compute and memory capacity of the replication instance.

      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

    • withReplicationInstanceClass

      public ReplicationPendingModifiedValues withReplicationInstanceClass(String replicationInstanceClass)

      The compute and memory capacity of the replication instance.

      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

      Parameters:
      replicationInstanceClass - The compute and memory capacity of the replication instance.

      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setAllocatedStorage

      public void setAllocatedStorage(Integer allocatedStorage)

      The amount of storage (in gigabytes) that is allocated for the replication instance.

      Parameters:
      allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.
    • getAllocatedStorage

      public Integer getAllocatedStorage()

      The amount of storage (in gigabytes) that is allocated for the replication instance.

      Returns:
      The amount of storage (in gigabytes) that is allocated for the replication instance.
    • withAllocatedStorage

      public ReplicationPendingModifiedValues withAllocatedStorage(Integer allocatedStorage)

      The amount of storage (in gigabytes) that is allocated for the replication instance.

      Parameters:
      allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setEngineVersion

      public void setEngineVersion(String engineVersion)

      The engine version number of the replication instance.

      Parameters:
      engineVersion - The engine version number of the replication instance.
    • getEngineVersion

      public String getEngineVersion()

      The engine version number of the replication instance.

      Returns:
      The engine version number of the replication instance.
    • withEngineVersion

      public ReplicationPendingModifiedValues withEngineVersion(String engineVersion)

      The engine version number of the replication instance.

      Parameters:
      engineVersion - The engine version number of the replication instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object