public class GetConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
---|---|
GetConfigRequest |
clone()
Creates a shallow clone of this request.
|
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, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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
ClientVersion
public void setClientVersion(String clientVersion)
Constraints:
Allowed Values: 5.1, 5.3
clientVersion
- The client version.ClientVersion
public 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.ClientVersion
public void setClientVersion(ClientVersion clientVersion)
Constraints:
Allowed Values: 5.1, 5.3
clientVersion
- The client version.ClientVersion
public 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.ClientVersion
public 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)
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.
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 Object
Object.toString()
public GetConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.