@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedCluster extends Object implements Serializable, Cloneable, StructuredPojo
A cluster whose updates have failed
Constructor and Description |
---|
UnprocessedCluster() |
Modifier and Type | Method and Description |
---|---|
UnprocessedCluster |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the cluster
|
String |
getErrorMessage()
The error message associated with the update failure
|
String |
getErrorType()
The error type associated with the update failure
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterName(String clusterName)
The name of the cluster
|
void |
setErrorMessage(String errorMessage)
The error message associated with the update failure
|
void |
setErrorType(String errorType)
The error type associated with the update failure
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedCluster |
withClusterName(String clusterName)
The name of the cluster
|
UnprocessedCluster |
withErrorMessage(String errorMessage)
The error message associated with the update failure
|
UnprocessedCluster |
withErrorType(String errorType)
The error type associated with the update failure
|
public void setClusterName(String clusterName)
The name of the cluster
clusterName
- The name of the clusterpublic String getClusterName()
The name of the cluster
public UnprocessedCluster withClusterName(String clusterName)
The name of the cluster
clusterName
- The name of the clusterpublic void setErrorType(String errorType)
The error type associated with the update failure
errorType
- The error type associated with the update failurepublic String getErrorType()
The error type associated with the update failure
public UnprocessedCluster withErrorType(String errorType)
The error type associated with the update failure
errorType
- The error type associated with the update failurepublic void setErrorMessage(String errorMessage)
The error message associated with the update failure
errorMessage
- The error message associated with the update failurepublic String getErrorMessage()
The error message associated with the update failure
public UnprocessedCluster withErrorMessage(String errorMessage)
The error message associated with the update failure
errorMessage
- The error message associated with the update failurepublic String toString()
toString
in class Object
Object.toString()
public UnprocessedCluster clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.