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