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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplicationPendingModifiedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicationPendingModifiedValuesclone()booleanequals(Object obj)IntegergetAllocatedStorage()The amount of storage (in gigabytes) that is allocated for the replication instance.StringgetEngineVersion()The engine version number of the replication instance.StringgetReplicationInstanceClass()The compute and memory capacity of the replication instance.inthashCode()voidsetAllocatedStorage(Integer allocatedStorage)The amount of storage (in gigabytes) that is allocated for the replication instance.voidsetEngineVersion(String engineVersion)The engine version number of the replication instance.voidsetReplicationInstanceClass(String replicationInstanceClass)The compute and memory capacity of the replication instance.StringtoString()Returns a string representation of this object; useful for testing and debugging.ReplicationPendingModifiedValueswithAllocatedStorage(Integer allocatedStorage)The amount of storage (in gigabytes) that is allocated for the replication instance.ReplicationPendingModifiedValueswithEngineVersion(String engineVersion)The engine version number of the replication instance.ReplicationPendingModifiedValueswithReplicationInstanceClass(String replicationInstanceClass)The compute and memory capacity of the replication instance.
-
-
-
Method Detail
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ReplicationPendingModifiedValues clone()
-
-