@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustStoreSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the trust store.
| Constructor and Description |
|---|
TrustStoreSummary() |
| Modifier and Type | Method and Description |
|---|---|
TrustStoreSummary |
clone() |
boolean |
equals(Object obj) |
String |
getTrustStoreArn()
The ARN of the trust store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
TrustStoreSummary |
withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
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 TrustStoreSummary withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn - The ARN of the trust store.public String toString()
toString in class ObjectObject.toString()public TrustStoreSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.