@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrustStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTrustStoreResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrustStoreResult |
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.
|
CreateTrustStoreResult |
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 CreateTrustStoreResult 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 CreateTrustStoreResult clone()