public class DeleteTrustRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTrustRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTrustRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Boolean |
getDeleteAssociatedConditionalForwarder() |
String |
getTrustId()
The Trust ID of the trust relationship to be deleted.
|
int |
hashCode() |
Boolean |
isDeleteAssociatedConditionalForwarder() |
void |
setDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder) |
void |
setTrustId(String trustId)
The Trust ID of the trust relationship to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTrustRequest |
withDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder) |
DeleteTrustRequest |
withTrustId(String trustId)
The Trust ID of the trust relationship to be deleted.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTrustId(String trustId)
trustId
- The Trust ID of the trust relationship to be deleted.public String getTrustId()
public DeleteTrustRequest withTrustId(String trustId)
trustId
- The Trust ID of the trust relationship to be deleted.public void setDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder)
deleteAssociatedConditionalForwarder
- public Boolean getDeleteAssociatedConditionalForwarder()
public DeleteTrustRequest withDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder)
deleteAssociatedConditionalForwarder
- public Boolean isDeleteAssociatedConditionalForwarder()
public String toString()
toString
in class Object
Object.toString()
public DeleteTrustRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.