Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateServerEngineAttributesRequest.Builder,UpdateServerEngineAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateServerEngineAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateServerEngineAttributesRequest.Builder,UpdateServerEngineAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateServerEngineAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The name of the engine attribute to update.
|
String |
attributeValue() |
The value to set for the attribute.
|
static UpdateServerEngineAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateServerEngineAttributesRequest.Builder> |
serializableBuilderClass() |
|
String |
serverName() |
The name of the server to update.
|
UpdateServerEngineAttributesRequest.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 serverName()
The name of the server to update.
public String attributeName()
The name of the engine attribute to update.
public String attributeValue()
The value to set for the attribute.
public UpdateServerEngineAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateServerEngineAttributesRequest.Builder,UpdateServerEngineAttributesRequest>
public static UpdateServerEngineAttributesRequest.Builder builder()
public static Class<? extends UpdateServerEngineAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.