@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetConfigRequest() |
Modifier and Type | Method and Description |
---|---|
GetConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientArn()
The ARN of the client.
|
String |
getClientVersion()
The client version.
|
List<String> |
getHapgList()
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
int |
hashCode() |
void |
setClientArn(String clientArn)
The ARN of the client.
|
void |
setClientVersion(ClientVersion clientVersion)
The client version.
|
void |
setClientVersion(String clientVersion)
The client version.
|
void |
setHapgList(Collection<String> hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetConfigRequest |
withClientArn(String clientArn)
The ARN of the client.
|
GetConfigRequest |
withClientVersion(ClientVersion clientVersion)
The client version.
|
GetConfigRequest |
withClientVersion(String clientVersion)
The client version.
|
GetConfigRequest |
withHapgList(Collection<String> hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
GetConfigRequest |
withHapgList(String... hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
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 setClientArn(String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public String getClientArn()
The ARN of the client.
public GetConfigRequest withClientArn(String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public void setClientVersion(String clientVersion)
The client version.
clientVersion
- The client version.ClientVersion
public String getClientVersion()
The client version.
ClientVersion
public GetConfigRequest withClientVersion(String clientVersion)
The client version.
clientVersion
- The client version.ClientVersion
public void setClientVersion(ClientVersion clientVersion)
The client version.
clientVersion
- The client version.ClientVersion
public GetConfigRequest withClientVersion(ClientVersion clientVersion)
The client version.
clientVersion
- The client version.ClientVersion
public List<String> getHapgList()
A list of ARNs that identify the high-availability partition groups that are associated with the client.
public void setHapgList(Collection<String> hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
hapgList
- A list of ARNs that identify the high-availability partition groups that are associated with the client.public GetConfigRequest withHapgList(String... hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
NOTE: This method appends the values to the existing list (if any). Use
setHapgList(java.util.Collection)
or withHapgList(java.util.Collection)
if you want to override
the existing values.
hapgList
- A list of ARNs that identify the high-availability partition groups that are associated with the client.public GetConfigRequest withHapgList(Collection<String> hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
hapgList
- A list of ARNs that identify the high-availability partition groups that are associated with the client.public String toString()
toString
in class Object
Object.toString()
public GetConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.