@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGUISessionAccessDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateGUISessionAccessDetailsResult() |
Modifier and Type | Method and Description |
---|---|
CreateGUISessionAccessDetailsResult |
clone() |
boolean |
equals(Object obj) |
String |
getFailureReason()
The reason the operation failed.
|
Integer |
getPercentageComplete()
The percentage of completion for the operation.
|
String |
getResourceName()
The resource name.
|
List<Session> |
getSessions()
Returns information about the specified NICE DCV GUI session.
|
String |
getStatus()
The status of the operation.
|
int |
hashCode() |
void |
setFailureReason(String failureReason)
The reason the operation failed.
|
void |
setPercentageComplete(Integer percentageComplete)
The percentage of completion for the operation.
|
void |
setResourceName(String resourceName)
The resource name.
|
void |
setSessions(Collection<Session> sessions)
Returns information about the specified NICE DCV GUI session.
|
void |
setStatus(String status)
The status of the operation.
|
String |
toString()
Returns a string representation of this object.
|
CreateGUISessionAccessDetailsResult |
withFailureReason(String failureReason)
The reason the operation failed.
|
CreateGUISessionAccessDetailsResult |
withPercentageComplete(Integer percentageComplete)
The percentage of completion for the operation.
|
CreateGUISessionAccessDetailsResult |
withResourceName(String resourceName)
The resource name.
|
CreateGUISessionAccessDetailsResult |
withSessions(Collection<Session> sessions)
Returns information about the specified NICE DCV GUI session.
|
CreateGUISessionAccessDetailsResult |
withSessions(Session... sessions)
Returns information about the specified NICE DCV GUI session.
|
CreateGUISessionAccessDetailsResult |
withStatus(Status status)
The status of the operation.
|
CreateGUISessionAccessDetailsResult |
withStatus(String status)
The status of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceName(String resourceName)
The resource name.
resourceName
- The resource name.public String getResourceName()
The resource name.
public CreateGUISessionAccessDetailsResult withResourceName(String resourceName)
The resource name.
resourceName
- The resource name.public void setStatus(String status)
The status of the operation.
status
- The status of the operation.Status
public String getStatus()
The status of the operation.
Status
public CreateGUISessionAccessDetailsResult withStatus(String status)
The status of the operation.
status
- The status of the operation.Status
public CreateGUISessionAccessDetailsResult withStatus(Status status)
The status of the operation.
status
- The status of the operation.Status
public void setPercentageComplete(Integer percentageComplete)
The percentage of completion for the operation.
percentageComplete
- The percentage of completion for the operation.public Integer getPercentageComplete()
The percentage of completion for the operation.
public CreateGUISessionAccessDetailsResult withPercentageComplete(Integer percentageComplete)
The percentage of completion for the operation.
percentageComplete
- The percentage of completion for the operation.public void setFailureReason(String failureReason)
The reason the operation failed.
failureReason
- The reason the operation failed.public String getFailureReason()
The reason the operation failed.
public CreateGUISessionAccessDetailsResult withFailureReason(String failureReason)
The reason the operation failed.
failureReason
- The reason the operation failed.public List<Session> getSessions()
Returns information about the specified NICE DCV GUI session.
public void setSessions(Collection<Session> sessions)
Returns information about the specified NICE DCV GUI session.
sessions
- Returns information about the specified NICE DCV GUI session.public CreateGUISessionAccessDetailsResult withSessions(Session... sessions)
Returns information about the specified NICE DCV GUI session.
NOTE: This method appends the values to the existing list (if any). Use
setSessions(java.util.Collection)
or withSessions(java.util.Collection)
if you want to override
the existing values.
sessions
- Returns information about the specified NICE DCV GUI session.public CreateGUISessionAccessDetailsResult withSessions(Collection<Session> sessions)
Returns information about the specified NICE DCV GUI session.
sessions
- Returns information about the specified NICE DCV GUI session.public String toString()
toString
in class Object
Object.toString()
public CreateGUISessionAccessDetailsResult clone()