@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationPendingModifiedValues extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the values of pending modifications to a replication instance. This data type is an object
of the
ReplicationInstance
user-defined data type.
Constructor and Description |
---|
ReplicationPendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
String |
getEngineVersion()
The engine version number of the replication instance.
|
Boolean |
getMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
String |
getReplicationInstanceClass()
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
int |
hashCode() |
Boolean |
isMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
void |
setEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
void |
setMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment.
|
void |
setReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
String |
toString()
Returns a string representation of this object.
|
ReplicationPendingModifiedValues |
withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
ReplicationPendingModifiedValues |
withEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
ReplicationPendingModifiedValues |
withMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment.
|
ReplicationPendingModifiedValues |
withReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
public void setReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
replicationInstanceClass
- The compute and memory capacity of the replication instance as defined for the specified replication
instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
public String getReplicationInstanceClass()
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
public ReplicationPendingModifiedValues withReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
replicationInstanceClass
- The compute and memory capacity of the replication instance as defined for the specified replication
instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
public void setAllocatedStorage(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 Integer getAllocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
public ReplicationPendingModifiedValues withAllocatedStorage(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 setMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
multiAZ
- Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public Boolean getMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public ReplicationPendingModifiedValues withMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
multiAZ
- Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public Boolean isMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public void setEngineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.public String getEngineVersion()
The engine version number of the replication instance.
public ReplicationPendingModifiedValues withEngineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.public String toString()
toString
in class Object
Object.toString()
public ReplicationPendingModifiedValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.