public class ModifyLunaClientRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certificate
The new certificate for the client.
|
private java.lang.String |
clientArn
The ARN of the client.
|
NOOP
Constructor and Description |
---|
ModifyLunaClientRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyLunaClientRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificate()
The new certificate for the client.
|
java.lang.String |
getClientArn()
The ARN of the client.
|
int |
hashCode() |
void |
setCertificate(java.lang.String certificate)
The new certificate for the client.
|
void |
setClientArn(java.lang.String clientArn)
The ARN of the client.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyLunaClientRequest |
withCertificate(java.lang.String certificate)
The new certificate for the client.
|
ModifyLunaClientRequest |
withClientArn(java.lang.String clientArn)
The ARN of the client.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clientArn
The ARN of the client.
private java.lang.String certificate
The new certificate for the client.
public void setClientArn(java.lang.String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public java.lang.String getClientArn()
The ARN of the client.
public ModifyLunaClientRequest withClientArn(java.lang.String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public void setCertificate(java.lang.String certificate)
The new certificate for the client.
certificate
- The new certificate for the client.public java.lang.String getCertificate()
The new certificate for the client.
public ModifyLunaClientRequest withCertificate(java.lang.String certificate)
The new certificate for the client.
certificate
- The new certificate for the client.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyLunaClientRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()