@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessedUpdateAction extends Object implements Serializable, Cloneable
Update action that has been processed for the corresponding apply/stop request
Constructor and Description |
---|
ProcessedUpdateAction() |
Modifier and Type | Method and Description |
---|---|
ProcessedUpdateAction |
clone() |
boolean |
equals(Object obj) |
String |
getCacheClusterId()
The ID of the cache cluster
|
String |
getReplicationGroupId()
The ID of the replication group
|
String |
getServiceUpdateName()
The unique ID of the service update
|
String |
getUpdateActionStatus()
The status of the update action on the Redis OSS cluster
|
int |
hashCode() |
void |
setCacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
void |
setReplicationGroupId(String replicationGroupId)
The ID of the replication group
|
void |
setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
void |
setUpdateActionStatus(String updateActionStatus)
The status of the update action on the Redis OSS cluster
|
String |
toString()
Returns a string representation of this object.
|
ProcessedUpdateAction |
withCacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
ProcessedUpdateAction |
withReplicationGroupId(String replicationGroupId)
The ID of the replication group
|
ProcessedUpdateAction |
withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
ProcessedUpdateAction |
withUpdateActionStatus(String updateActionStatus)
The status of the update action on the Redis OSS cluster
|
ProcessedUpdateAction |
withUpdateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Redis OSS cluster
|
public void setReplicationGroupId(String replicationGroupId)
The ID of the replication group
replicationGroupId
- The ID of the replication grouppublic String getReplicationGroupId()
The ID of the replication group
public ProcessedUpdateAction withReplicationGroupId(String replicationGroupId)
The ID of the replication group
replicationGroupId
- The ID of the replication grouppublic void setCacheClusterId(String cacheClusterId)
The ID of the cache cluster
cacheClusterId
- The ID of the cache clusterpublic String getCacheClusterId()
The ID of the cache cluster
public ProcessedUpdateAction withCacheClusterId(String cacheClusterId)
The ID of the cache cluster
cacheClusterId
- The ID of the cache clusterpublic void setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName
- The unique ID of the service updatepublic String getServiceUpdateName()
The unique ID of the service update
public ProcessedUpdateAction withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName
- The unique ID of the service updatepublic void setUpdateActionStatus(String updateActionStatus)
The status of the update action on the Redis OSS cluster
updateActionStatus
- The status of the update action on the Redis OSS clusterUpdateActionStatus
public String getUpdateActionStatus()
The status of the update action on the Redis OSS cluster
UpdateActionStatus
public ProcessedUpdateAction withUpdateActionStatus(String updateActionStatus)
The status of the update action on the Redis OSS cluster
updateActionStatus
- The status of the update action on the Redis OSS clusterUpdateActionStatus
public ProcessedUpdateAction withUpdateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Redis OSS cluster
updateActionStatus
- The status of the update action on the Redis OSS clusterUpdateActionStatus
public String toString()
toString
in class Object
Object.toString()
public ProcessedUpdateAction clone()