@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableAddOnResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
EnableAddOnResult() |
| Modifier and Type | Method and Description |
|---|---|
EnableAddOnResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An array of objects that describe the result of your request.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An array of objects that describe the result of your request.
|
String |
toString()
Returns a string representation of this object.
|
EnableAddOnResult |
withOperations(Collection<Operation> operations)
An array of objects that describe the result of your request.
|
EnableAddOnResult |
withOperations(Operation... operations)
An array of objects that describe the result of your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Operation> getOperations()
An array of objects that describe the result of your request.
public void setOperations(Collection<Operation> operations)
An array of objects that describe the result of your request.
operations - An array of objects that describe the result of your request.public EnableAddOnResult withOperations(Operation... operations)
An array of objects that describe the result of your request.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection) or withOperations(java.util.Collection) if you want to
override the existing values.
operations - An array of objects that describe the result of your request.public EnableAddOnResult withOperations(Collection<Operation> operations)
An array of objects that describe the result of your request.
operations - An array of objects that describe the result of your request.public String toString()
toString in class ObjectObject.toString()public EnableAddOnResult clone()
Copyright © 2020. All rights reserved.