@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)  | 
List<TrustStore> | 
getTrustStores()
 Information about the trust store created. 
 | 
int | 
hashCode()  | 
void | 
setTrustStores(Collection<TrustStore> trustStores)
 Information about the trust store created. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateTrustStoreResult | 
withTrustStores(Collection<TrustStore> trustStores)
 Information about the trust store created. 
 | 
CreateTrustStoreResult | 
withTrustStores(TrustStore... trustStores)
 Information about the trust store created. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TrustStore> getTrustStores()
Information about the trust store created.
public void setTrustStores(Collection<TrustStore> trustStores)
Information about the trust store created.
trustStores - Information about the trust store created.public CreateTrustStoreResult withTrustStores(TrustStore... trustStores)
Information about the trust store created.
 NOTE: This method appends the values to the existing list (if any). Use
 setTrustStores(java.util.Collection) or withTrustStores(java.util.Collection) if you want to
 override the existing values.
 
trustStores - Information about the trust store created.public CreateTrustStoreResult withTrustStores(Collection<TrustStore> trustStores)
Information about the trust store created.
trustStores - Information about the trust store created.public String toString()
toString in class ObjectObject.toString()public CreateTrustStoreResult clone()