Class DeleteTrustRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directory.model.DeleteTrustRequest
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
Deletes the local side of an existing trust relationship between the
Microsoft AD in the AWS cloud and the external domain.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe Trust ID of the trust relationship to be deleted.inthashCode()voidsetDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder) voidsetTrustId(String trustId) The Trust ID of the trust relationship to be deleted.toString()Returns a string representation of this object; useful for testing and debugging.withDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder) withTrustId(String trustId) The Trust ID of the trust relationship to be deleted.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
DeleteTrustRequest
public DeleteTrustRequest()
-
-
Method Details
-
setTrustId
The Trust ID of the trust relationship to be deleted.- Parameters:
trustId- The Trust ID of the trust relationship to be deleted.
-
getTrustId
The Trust ID of the trust relationship to be deleted.- Returns:
- The Trust ID of the trust relationship to be deleted.
-
withTrustId
The Trust ID of the trust relationship to be deleted.- Parameters:
trustId- The Trust ID of the trust relationship to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeleteAssociatedConditionalForwarder
- Parameters:
deleteAssociatedConditionalForwarder-
-
getDeleteAssociatedConditionalForwarder
- Returns:
-
withDeleteAssociatedConditionalForwarder
public DeleteTrustRequest withDeleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder) - Parameters:
deleteAssociatedConditionalForwarder-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDeleteAssociatedConditionalForwarder
- Returns:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-