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