Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateTrafficPolicyCommentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
A complex type that contains information about the traffic policy that you want to update the comment for.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateTrafficPolicyCommentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateTrafficPolicyCommentRequest.Builder |
builder() |
|
String |
comment() |
The new comment for the specified traffic policy and version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The value of
Id for the traffic policy that you want to update the comment for. |
static Class<? extends UpdateTrafficPolicyCommentRequest.Builder> |
serializableBuilderClass() |
|
UpdateTrafficPolicyCommentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
version() |
The value of
Version for the traffic policy that you want to update the comment for. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String id()
The value of Id
for the traffic policy that you want to update the comment for.
Id
for the traffic policy that you want to update the comment for.public Integer version()
The value of Version
for the traffic policy that you want to update the comment for.
Version
for the traffic policy that you want to update the comment for.public String comment()
The new comment for the specified traffic policy and version.
public UpdateTrafficPolicyCommentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
public static UpdateTrafficPolicyCommentRequest.Builder builder()
public static Class<? extends UpdateTrafficPolicyCommentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.