@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the configuration.
|
String |
getDescription()
The description of the configuration revision.
|
ByteBuffer |
getServerProperties()
Contents of the
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the configuration.
|
void |
setDescription(String description)
The description of the configuration revision.
|
void |
setServerProperties(ByteBuffer serverProperties)
Contents of the
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfigurationRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the configuration.
|
UpdateConfigurationRequest |
withDescription(String description)
The description of the configuration revision.
|
UpdateConfigurationRequest |
withServerProperties(ByteBuffer serverProperties)
Contents of the
|
addHandlerContext, 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, withSdkRequestTimeout
public void setArn(String arn)
The Amazon Resource Name (ARN) of the configuration.
arn
- The Amazon Resource Name (ARN) of the configuration.
public String getArn()
The Amazon Resource Name (ARN) of the configuration.
The Amazon Resource Name (ARN) of the configuration.
public UpdateConfigurationRequest withArn(String arn)
The Amazon Resource Name (ARN) of the configuration.
arn
- The Amazon Resource Name (ARN) of the configuration.
public void setDescription(String description)
The description of the configuration revision.
description
- The description of the configuration revision.
public String getDescription()
The description of the configuration revision.
The description of the configuration revision.
public UpdateConfigurationRequest withDescription(String description)
The description of the configuration revision.
description
- The description of the configuration revision.
public void setServerProperties(ByteBuffer serverProperties)
Contents of the
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
serverProperties
-
Contents of the
public ByteBuffer getServerProperties()
Contents of the
ByteBuffer
s are stateful. Calling their get
methods changes their position
. We recommend
using ByteBuffer.asReadOnlyBuffer()
to create a read-only view of the buffer with an independent
position
, and calling get
methods on this rather than directly on the returned ByteBuffer
. Doing so will ensure that anyone else using the ByteBuffer
will not be affected by changes to the
position
.
Contents of the
public UpdateConfigurationRequest withServerProperties(ByteBuffer serverProperties)
Contents of the
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
serverProperties
-
Contents of the
public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()