@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupportedOperation extends Object implements Serializable, Cloneable
Describes the operations that are allowed on a maintenance track.
| Constructor and Description |
|---|
SupportedOperation() |
| Modifier and Type | Method and Description |
|---|---|
SupportedOperation |
clone() |
boolean |
equals(Object obj) |
String |
getOperationName()
A list of the supported operations.
|
int |
hashCode() |
void |
setOperationName(String operationName)
A list of the supported operations.
|
String |
toString()
Returns a string representation of this object.
|
SupportedOperation |
withOperationName(String operationName)
A list of the supported operations.
|
public void setOperationName(String operationName)
A list of the supported operations.
operationName - A list of the supported operations.public String getOperationName()
A list of the supported operations.
public SupportedOperation withOperationName(String operationName)
A list of the supported operations.
operationName - A list of the supported operations.public String toString()
toString in class ObjectObject.toString()public SupportedOperation clone()