Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RestartAppServerRequest.Builder,RestartAppServerRequest>
@Generated("software.amazon.awssdk:codegen") public class RestartAppServerRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RestartAppServerRequest.Builder,RestartAppServerRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RestartAppServerRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RestartAppServerRequest.Builder |
builder() |
|
String |
environmentId() |
The ID of the environment to restart the server for.
|
String |
environmentName() |
The name of the environment to restart the server for.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RestartAppServerRequest.Builder> |
serializableBuilderClass() |
|
RestartAppServerRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String environmentId()
The ID of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter
error.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter
error.
public String environmentName()
The name of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter
error.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter
error.
public RestartAppServerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RestartAppServerRequest.Builder,RestartAppServerRequest>
public static RestartAppServerRequest.Builder builder()
public static Class<? extends RestartAppServerRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.