@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrustRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateTrustRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrustRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSelectiveAuth()
Updates selective authentication for the trust.
|
String |
getTrustId()
Identifier of the trust relationship.
|
int |
hashCode() |
void |
setSelectiveAuth(String selectiveAuth)
Updates selective authentication for the trust.
|
void |
setTrustId(String trustId)
Identifier of the trust relationship.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrustRequest |
withSelectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
|
UpdateTrustRequest |
withSelectiveAuth(String selectiveAuth)
Updates selective authentication for the trust.
|
UpdateTrustRequest |
withTrustId(String trustId)
Identifier of the trust relationship.
|
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 setTrustId(String trustId)
Identifier of the trust relationship.
trustId - Identifier of the trust relationship.public String getTrustId()
Identifier of the trust relationship.
public UpdateTrustRequest withTrustId(String trustId)
Identifier of the trust relationship.
trustId - Identifier of the trust relationship.public void setSelectiveAuth(String selectiveAuth)
Updates selective authentication for the trust.
selectiveAuth - Updates selective authentication for the trust.SelectiveAuthpublic String getSelectiveAuth()
Updates selective authentication for the trust.
SelectiveAuthpublic UpdateTrustRequest withSelectiveAuth(String selectiveAuth)
Updates selective authentication for the trust.
selectiveAuth - Updates selective authentication for the trust.SelectiveAuthpublic UpdateTrustRequest withSelectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
selectiveAuth - Updates selective authentication for the trust.SelectiveAuthpublic String toString()
toString in class ObjectObject.toString()public UpdateTrustRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()