@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrustAnchorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateTrustAnchorRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrustAnchorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the trust anchor.
|
Source |
getSource()
The trust anchor type and its related certificate data.
|
String |
getTrustAnchorId()
The unique identifier of the trust anchor.
|
int |
hashCode() |
void |
setName(String name)
The name of the trust anchor.
|
void |
setSource(Source source)
The trust anchor type and its related certificate data.
|
void |
setTrustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrustAnchorRequest |
withName(String name)
The name of the trust anchor.
|
UpdateTrustAnchorRequest |
withSource(Source source)
The trust anchor type and its related certificate data.
|
UpdateTrustAnchorRequest |
withTrustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
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, withSdkRequestTimeoutpublic void setName(String name)
The name of the trust anchor.
name - The name of the trust anchor.public String getName()
The name of the trust anchor.
public UpdateTrustAnchorRequest withName(String name)
The name of the trust anchor.
name - The name of the trust anchor.public void setSource(Source source)
The trust anchor type and its related certificate data.
source - The trust anchor type and its related certificate data.public Source getSource()
The trust anchor type and its related certificate data.
public UpdateTrustAnchorRequest withSource(Source source)
The trust anchor type and its related certificate data.
source - The trust anchor type and its related certificate data.public void setTrustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
trustAnchorId - The unique identifier of the trust anchor.public String getTrustAnchorId()
The unique identifier of the trust anchor.
public UpdateTrustAnchorRequest withTrustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
trustAnchorId - The unique identifier of the trust anchor.public String toString()
toString in class ObjectObject.toString()public UpdateTrustAnchorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()