@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartGUISessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartGUISessionResult() |
Modifier and Type | Method and Description |
---|---|
StartGUISessionResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
The available API operations.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
The available API operations.
|
String |
toString()
Returns a string representation of this object.
|
StartGUISessionResult |
withOperations(Collection<Operation> operations)
The available API operations.
|
StartGUISessionResult |
withOperations(Operation... operations)
The available API operations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> getOperations()
The available API operations.
public void setOperations(Collection<Operation> operations)
The available API operations.
operations
- The available API operations.public StartGUISessionResult withOperations(Operation... operations)
The available API operations.
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
- The available API operations.public StartGUISessionResult withOperations(Collection<Operation> operations)
The available API operations.
operations
- The available API operations.public String toString()
toString
in class Object
Object.toString()
public StartGUISessionResult clone()