@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuspendGameServerGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SuspendGameServerGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
SuspendGameServerGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGameServerGroupName()
The unique identifier of the game server group to stop activity on.
|
List<String> |
getSuspendActions()
The action to suspend for this game server group.
|
int |
hashCode() |
void |
setGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to stop activity on.
|
void |
setSuspendActions(Collection<String> suspendActions)
The action to suspend for this game server group.
|
String |
toString()
Returns a string representation of this object.
|
SuspendGameServerGroupRequest |
withGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to stop activity on.
|
SuspendGameServerGroupRequest |
withSuspendActions(Collection<String> suspendActions)
The action to suspend for this game server group.
|
SuspendGameServerGroupRequest |
withSuspendActions(GameServerGroupAction... suspendActions)
The action to suspend for this game server group.
|
SuspendGameServerGroupRequest |
withSuspendActions(String... suspendActions)
The action to suspend for this game server group.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to stop activity on. Use either the GameServerGroup name or ARN value.
gameServerGroupName - The unique identifier of the game server group to stop activity on. Use either the GameServerGroup
name or ARN value.public String getGameServerGroupName()
The unique identifier of the game server group to stop activity on. Use either the GameServerGroup name or ARN value.
public SuspendGameServerGroupRequest withGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to stop activity on. Use either the GameServerGroup name or ARN value.
gameServerGroupName - The unique identifier of the game server group to stop activity on. Use either the GameServerGroup
name or ARN value.public List<String> getSuspendActions()
The action to suspend for this game server group.
GameServerGroupActionpublic void setSuspendActions(Collection<String> suspendActions)
The action to suspend for this game server group.
suspendActions - The action to suspend for this game server group.GameServerGroupActionpublic SuspendGameServerGroupRequest withSuspendActions(String... suspendActions)
The action to suspend for this game server group.
NOTE: This method appends the values to the existing list (if any). Use
setSuspendActions(java.util.Collection) or withSuspendActions(java.util.Collection) if you want
to override the existing values.
suspendActions - The action to suspend for this game server group.GameServerGroupActionpublic SuspendGameServerGroupRequest withSuspendActions(Collection<String> suspendActions)
The action to suspend for this game server group.
suspendActions - The action to suspend for this game server group.GameServerGroupActionpublic SuspendGameServerGroupRequest withSuspendActions(GameServerGroupAction... suspendActions)
The action to suspend for this game server group.
suspendActions - The action to suspend for this game server group.GameServerGroupActionpublic String toString()
toString in class ObjectObject.toString()public SuspendGameServerGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.