@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CapacityStatus extends Object implements Serializable, Cloneable, StructuredPojo
Describes the capacity status for a pool of WorkSpaces.
| Constructor and Description |
|---|
CapacityStatus() |
| Modifier and Type | Method and Description |
|---|---|
CapacityStatus |
clone() |
boolean |
equals(Object obj) |
Integer |
getActiveUserSessions()
The number of user sessions currently being used for pool sessions.
|
Integer |
getActualUserSessions()
The total number of session slots that are available for a pool of WorkSpaces.
|
Integer |
getAvailableUserSessions()
The number of user sessions currently being used for pool sessions.
|
Integer |
getDesiredUserSessions()
The total number of sessions slots that are either running or pending.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActiveUserSessions(Integer activeUserSessions)
The number of user sessions currently being used for pool sessions.
|
void |
setActualUserSessions(Integer actualUserSessions)
The total number of session slots that are available for a pool of WorkSpaces.
|
void |
setAvailableUserSessions(Integer availableUserSessions)
The number of user sessions currently being used for pool sessions.
|
void |
setDesiredUserSessions(Integer desiredUserSessions)
The total number of sessions slots that are either running or pending.
|
String |
toString()
Returns a string representation of this object.
|
CapacityStatus |
withActiveUserSessions(Integer activeUserSessions)
The number of user sessions currently being used for pool sessions.
|
CapacityStatus |
withActualUserSessions(Integer actualUserSessions)
The total number of session slots that are available for a pool of WorkSpaces.
|
CapacityStatus |
withAvailableUserSessions(Integer availableUserSessions)
The number of user sessions currently being used for pool sessions.
|
CapacityStatus |
withDesiredUserSessions(Integer desiredUserSessions)
The total number of sessions slots that are either running or pending.
|
public void setAvailableUserSessions(Integer availableUserSessions)
The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
availableUserSessions - The number of user sessions currently being used for pool sessions. This only applies to multi-session
pools.public Integer getAvailableUserSessions()
The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
public CapacityStatus withAvailableUserSessions(Integer availableUserSessions)
The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
availableUserSessions - The number of user sessions currently being used for pool sessions. This only applies to multi-session
pools.public void setDesiredUserSessions(Integer desiredUserSessions)
The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your pool can support in a steady state.
desiredUserSessions - The total number of sessions slots that are either running or pending. This represents the total number of
concurrent streaming sessions your pool can support in a steady state.public Integer getDesiredUserSessions()
The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your pool can support in a steady state.
public CapacityStatus withDesiredUserSessions(Integer desiredUserSessions)
The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your pool can support in a steady state.
desiredUserSessions - The total number of sessions slots that are either running or pending. This represents the total number of
concurrent streaming sessions your pool can support in a steady state.public void setActualUserSessions(Integer actualUserSessions)
The total number of session slots that are available for a pool of WorkSpaces.
actualUserSessions - The total number of session slots that are available for a pool of WorkSpaces.public Integer getActualUserSessions()
The total number of session slots that are available for a pool of WorkSpaces.
public CapacityStatus withActualUserSessions(Integer actualUserSessions)
The total number of session slots that are available for a pool of WorkSpaces.
actualUserSessions - The total number of session slots that are available for a pool of WorkSpaces.public void setActiveUserSessions(Integer activeUserSessions)
The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
activeUserSessions - The number of user sessions currently being used for pool sessions. This only applies to multi-session
pools.public Integer getActiveUserSessions()
The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
public CapacityStatus withActiveUserSessions(Integer activeUserSessions)
The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
activeUserSessions - The number of user sessions currently being used for pool sessions. This only applies to multi-session
pools.public String toString()
toString in class ObjectObject.toString()public CapacityStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.