Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
@Generated("software.amazon.awssdk:codegen") public class GetConfigRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetConfigRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetConfigRequest.Builder |
builder() |
|
String |
clientArn() |
The ARN of the client.
|
String |
clientVersion() |
The client version.
|
boolean |
equals(Object obj) |
|
List<String> |
hapgList() |
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
int |
hashCode() |
|
static Class<? extends GetConfigRequest.Builder> |
serializableBuilderClass() |
|
GetConfigRequest.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 clientArn()
The ARN of the client.
public String clientVersion()
The client version.
ClientVersion
public List<String> hapgList()
A list of ARNs that identify the high-availability partition groups that are associated with the client.
public GetConfigRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
public static GetConfigRequest.Builder builder()
public static Class<? extends GetConfigRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.