public class GetConfigRequest extends AmazonWebServiceRequest implements Serializable
GetConfig operation.
Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.
NOOP| Constructor and Description |
|---|
GetConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getClientArn()
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
public void setClientArn(String clientArn)
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
clientArn - The ARN of the client.public GetConfigRequest withClientArn(String clientArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
clientArn - The ARN of the client.public String getClientVersion()
Constraints:
Allowed Values: 5.1, 5.3
ClientVersionpublic void setClientVersion(String clientVersion)
Constraints:
Allowed Values: 5.1, 5.3
clientVersion - The client version.ClientVersionpublic GetConfigRequest withClientVersion(String clientVersion)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: 5.1, 5.3
clientVersion - The client version.ClientVersionpublic void setClientVersion(ClientVersion clientVersion)
Constraints:
Allowed Values: 5.1, 5.3
clientVersion - The client version.ClientVersionpublic GetConfigRequest withClientVersion(ClientVersion clientVersion)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: 5.1, 5.3
clientVersion - The client version.ClientVersionpublic List<String> getHapgList()
public void setHapgList(Collection<String> hapgList)
hapgList - A list of ARNs that identify the high-availability partition groups
that are associated with the client.public GetConfigRequest withHapgList(String... hapgList)
Returns a reference to this object so that method calls can be chained together.
hapgList - A list of ARNs that identify the high-availability partition groups
that are associated with the client.public GetConfigRequest withHapgList(Collection<String> hapgList)
Returns a reference to this object so that method calls can be chained together.
hapgList - A list of ARNs that identify the high-availability partition groups
that are associated with the client.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.