Class VerifyTrustResult
java.lang.Object
com.amazonaws.services.directory.model.VerifyTrustResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The unique Trust ID of the trust relationship that was verified.int
hashCode()
void
setTrustId
(String trustId) The unique Trust ID of the trust relationship that was verified.toString()
Returns a string representation of this object; useful for testing and debugging.withTrustId
(String trustId) The unique Trust ID of the trust relationship that was verified.
-
Constructor Details
-
VerifyTrustResult
public VerifyTrustResult()
-
-
Method Details
-
setTrustId
The unique Trust ID of the trust relationship that was verified.- Parameters:
trustId
- The unique Trust ID of the trust relationship that was verified.
-
getTrustId
The unique Trust ID of the trust relationship that was verified.- Returns:
- The unique Trust ID of the trust relationship that was verified.
-
withTrustId
The unique Trust ID of the trust relationship that was verified.- Parameters:
trustId
- The unique Trust ID of the trust relationship that was verified.- 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
-