Class DeleteTrustResult
java.lang.Object
com.amazonaws.services.directory.model.DeleteTrustResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Trust ID of the trust relationship that was deleted.int
hashCode()
void
setTrustId
(String trustId) The Trust ID of the trust relationship that was deleted.toString()
Returns a string representation of this object; useful for testing and debugging.withTrustId
(String trustId) The Trust ID of the trust relationship that was deleted.
-
Constructor Details
-
DeleteTrustResult
public DeleteTrustResult()
-
-
Method Details
-
setTrustId
The Trust ID of the trust relationship that was deleted.- Parameters:
trustId
- The Trust ID of the trust relationship that was deleted.
-
getTrustId
The Trust ID of the trust relationship that was deleted.- Returns:
- The Trust ID of the trust relationship that was deleted.
-
withTrustId
The Trust ID of the trust relationship that was deleted.- Parameters:
trustId
- The Trust ID of the trust relationship that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-