public class ReplicationPendingModifiedValues
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
allocatedStorage
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
private java.lang.String |
engineVersion
The engine version number of the replication instance.
|
private java.lang.String |
replicationInstanceClass
The compute and memory capacity of the replication instance.
|
Constructor and Description |
---|
ReplicationPendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAllocatedStorage()
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
java.lang.String |
getEngineVersion()
The engine version number of the replication instance.
|
java.lang.String |
getReplicationInstanceClass()
The compute and memory capacity of the replication instance.
|
int |
hashCode() |
void |
setAllocatedStorage(java.lang.Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
void |
setEngineVersion(java.lang.String engineVersion)
The engine version number of the replication instance.
|
void |
setReplicationInstanceClass(java.lang.String replicationInstanceClass)
The compute and memory capacity of the replication instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplicationPendingModifiedValues |
withAllocatedStorage(java.lang.Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
ReplicationPendingModifiedValues |
withEngineVersion(java.lang.String engineVersion)
The engine version number of the replication instance.
|
ReplicationPendingModifiedValues |
withReplicationInstanceClass(java.lang.String replicationInstanceClass)
The compute and memory capacity of the replication instance.
|
private java.lang.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
private java.lang.Integer allocatedStorage
The amount of storage (in gigabytes) that is allocated for the replication instance.
private java.lang.String engineVersion
The engine version number of the replication instance.
public void setReplicationInstanceClass(java.lang.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
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
public java.lang.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
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
public ReplicationPendingModifiedValues withReplicationInstanceClass(java.lang.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
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
public void setAllocatedStorage(java.lang.Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) that is allocated for the
replication instance.public java.lang.Integer getAllocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
public ReplicationPendingModifiedValues withAllocatedStorage(java.lang.Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) that is allocated for the
replication instance.public void setEngineVersion(java.lang.String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.public java.lang.String getEngineVersion()
The engine version number of the replication instance.
public ReplicationPendingModifiedValues withEngineVersion(java.lang.String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReplicationPendingModifiedValues clone()
clone
in class java.lang.Object