@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrustResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTrustResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTrustResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId() |
String |
getTrustId()
Identifier of the trust relationship.
|
int |
hashCode() |
void |
setRequestId(String requestId) |
void |
setTrustId(String trustId)
Identifier of the trust relationship.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrustResult |
withRequestId(String requestId) |
UpdateTrustResult |
withTrustId(String trustId)
Identifier of the trust relationship.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
requestId
- public String getRequestId()
public UpdateTrustResult withRequestId(String requestId)
requestId
- public void setTrustId(String trustId)
Identifier of the trust relationship.
trustId
- Identifier of the trust relationship.public String getTrustId()
Identifier of the trust relationship.
public UpdateTrustResult withTrustId(String trustId)
Identifier of the trust relationship.
trustId
- Identifier of the trust relationship.public String toString()
toString
in class Object
Object.toString()
public UpdateTrustResult clone()