@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrustStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTrustStoreResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTrustStoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrustStoreArn()
The ARN of the trust store.
|
int |
hashCode() |
void |
setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrustStoreResult |
withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn
- The ARN of the trust store.public String getTrustStoreArn()
The ARN of the trust store.
public UpdateTrustStoreResult withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn
- The ARN of the trust store.public String toString()
toString
in class Object
Object.toString()
public UpdateTrustStoreResult clone()