@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyTrustStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ModifyTrustStoreResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyTrustStoreResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<TrustStore> | 
getTrustStores()
 Information about the modified trust store. 
 | 
int | 
hashCode()  | 
void | 
setTrustStores(Collection<TrustStore> trustStores)
 Information about the modified trust store. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyTrustStoreResult | 
withTrustStores(Collection<TrustStore> trustStores)
 Information about the modified trust store. 
 | 
ModifyTrustStoreResult | 
withTrustStores(TrustStore... trustStores)
 Information about the modified trust store. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TrustStore> getTrustStores()
Information about the modified trust store.
public void setTrustStores(Collection<TrustStore> trustStores)
Information about the modified trust store.
trustStores - Information about the modified trust store.public ModifyTrustStoreResult withTrustStores(TrustStore... trustStores)
Information about the modified trust store.
 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 modified trust store.public ModifyTrustStoreResult withTrustStores(Collection<TrustStore> trustStores)
Information about the modified trust store.
trustStores - Information about the modified trust store.public String toString()
toString in class ObjectObject.toString()public ModifyTrustStoreResult clone()