@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedUpdateAction extends Object implements Serializable, Cloneable
Update action that has failed to be processed for the corresponding apply/stop request
Constructor and Description |
---|
UnprocessedUpdateAction() |
Modifier and Type | Method and Description |
---|---|
UnprocessedUpdateAction |
clone() |
boolean |
equals(Object obj) |
String |
getCacheClusterId()
The ID of the cache cluster
|
String |
getErrorMessage()
The error message that describes the reason the request was not processed
|
String |
getErrorType()
The error type for requests that are not processed
|
String |
getReplicationGroupId()
The replication group ID
|
String |
getServiceUpdateName()
The unique ID of the service update
|
int |
hashCode() |
void |
setCacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
void |
setErrorMessage(String errorMessage)
The error message that describes the reason the request was not processed
|
void |
setErrorType(String errorType)
The error type for requests that are not processed
|
void |
setReplicationGroupId(String replicationGroupId)
The replication group ID
|
void |
setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedUpdateAction |
withCacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
UnprocessedUpdateAction |
withErrorMessage(String errorMessage)
The error message that describes the reason the request was not processed
|
UnprocessedUpdateAction |
withErrorType(String errorType)
The error type for requests that are not processed
|
UnprocessedUpdateAction |
withReplicationGroupId(String replicationGroupId)
The replication group ID
|
UnprocessedUpdateAction |
withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
public void setReplicationGroupId(String replicationGroupId)
The replication group ID
replicationGroupId
- The replication group IDpublic String getReplicationGroupId()
The replication group ID
public UnprocessedUpdateAction withReplicationGroupId(String replicationGroupId)
The replication group ID
replicationGroupId
- The replication group IDpublic 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 UnprocessedUpdateAction 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 UnprocessedUpdateAction withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName
- The unique ID of the service updatepublic void setErrorType(String errorType)
The error type for requests that are not processed
errorType
- The error type for requests that are not processedpublic String getErrorType()
The error type for requests that are not processed
public UnprocessedUpdateAction withErrorType(String errorType)
The error type for requests that are not processed
errorType
- The error type for requests that are not processedpublic void setErrorMessage(String errorMessage)
The error message that describes the reason the request was not processed
errorMessage
- The error message that describes the reason the request was not processedpublic String getErrorMessage()
The error message that describes the reason the request was not processed
public UnprocessedUpdateAction withErrorMessage(String errorMessage)
The error message that describes the reason the request was not processed
errorMessage
- The error message that describes the reason the request was not processedpublic String toString()
toString
in class Object
Object.toString()
public UnprocessedUpdateAction clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.