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