Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyTargetGroupAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyTargetGroupAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<TargetGroupAttribute> |
attributes() |
The attributes.
|
static ModifyTargetGroupAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ModifyTargetGroupAttributesRequest.Builder> |
serializableBuilderClass() |
|
String |
targetGroupArn() |
The Amazon Resource Name (ARN) of the target group.
|
ModifyTargetGroupAttributesRequest.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 targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public List<TargetGroupAttribute> attributes()
The attributes.
public ModifyTargetGroupAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
public static ModifyTargetGroupAttributesRequest.Builder builder()
public static Class<? extends ModifyTargetGroupAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.