@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResumeGameServerGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ResumeGameServerGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
ResumeGameServerGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGameServerGroupName()
The unique identifier of the game server group to resume activity on.
|
List<String> |
getResumeActions()
The action to resume for this game server group.
|
int |
hashCode() |
void |
setGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to resume activity on.
|
void |
setResumeActions(Collection<String> resumeActions)
The action to resume for this game server group.
|
String |
toString()
Returns a string representation of this object.
|
ResumeGameServerGroupRequest |
withGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to resume activity on.
|
ResumeGameServerGroupRequest |
withResumeActions(Collection<String> resumeActions)
The action to resume for this game server group.
|
ResumeGameServerGroupRequest |
withResumeActions(GameServerGroupAction... resumeActions)
The action to resume for this game server group.
|
ResumeGameServerGroupRequest |
withResumeActions(String... resumeActions)
The action to resume 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 resume activity on. Use either the GameServerGroup name or ARN value.
gameServerGroupName - The unique identifier of the game server group to resume activity on. Use either the
GameServerGroup name or ARN value.public String getGameServerGroupName()
The unique identifier of the game server group to resume activity on. Use either the GameServerGroup name or ARN value.
public ResumeGameServerGroupRequest withGameServerGroupName(String gameServerGroupName)
The unique identifier of the game server group to resume activity on. Use either the GameServerGroup name or ARN value.
gameServerGroupName - The unique identifier of the game server group to resume activity on. Use either the
GameServerGroup name or ARN value.public List<String> getResumeActions()
The action to resume for this game server group.
GameServerGroupActionpublic void setResumeActions(Collection<String> resumeActions)
The action to resume for this game server group.
resumeActions - The action to resume for this game server group.GameServerGroupActionpublic ResumeGameServerGroupRequest withResumeActions(String... resumeActions)
The action to resume for this game server group.
NOTE: This method appends the values to the existing list (if any). Use
setResumeActions(java.util.Collection) or withResumeActions(java.util.Collection) if you want
to override the existing values.
resumeActions - The action to resume for this game server group.GameServerGroupActionpublic ResumeGameServerGroupRequest withResumeActions(Collection<String> resumeActions)
The action to resume for this game server group.
resumeActions - The action to resume for this game server group.GameServerGroupActionpublic ResumeGameServerGroupRequest withResumeActions(GameServerGroupAction... resumeActions)
The action to resume for this game server group.
resumeActions - The action to resume for this game server group.GameServerGroupActionpublic String toString()
toString in class ObjectObject.toString()public ResumeGameServerGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.