@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateUserStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDisassociateUserStackResult() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateUserStackResult |
clone() |
boolean |
equals(Object obj) |
List<UserStackAssociationError> |
getErrors()
The list of UserStackAssociationError objects.
|
int |
hashCode() |
void |
setErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateUserStackResult |
withErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
BatchDisassociateUserStackResult |
withErrors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserStackAssociationError> getErrors()
The list of UserStackAssociationError objects.
public void setErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
errors
- The list of UserStackAssociationError objects.public BatchDisassociateUserStackResult withErrors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- The list of UserStackAssociationError objects.public BatchDisassociateUserStackResult withErrors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
errors
- The list of UserStackAssociationError objects.public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateUserStackResult clone()