@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutApplicationPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutApplicationPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
PutApplicationPolicyResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationPolicyStatement> |
getStatements()
Array of policy statements applied to the application.
|
int |
hashCode() |
void |
setStatements(Collection<ApplicationPolicyStatement> statements)
Array of policy statements applied to the application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutApplicationPolicyResult |
withStatements(ApplicationPolicyStatement... statements)
Array of policy statements applied to the application.
|
PutApplicationPolicyResult |
withStatements(Collection<ApplicationPolicyStatement> statements)
Array of policy statements applied to the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationPolicyStatement> getStatements()
public void setStatements(Collection<ApplicationPolicyStatement> statements)
statements - Array of policy statements applied to the application.public PutApplicationPolicyResult withStatements(ApplicationPolicyStatement... statements)
NOTE: This method appends the values to the existing list (if any). Use
setStatements(java.util.Collection) or withStatements(java.util.Collection) if you want to
override the existing values.
statements - Array of policy statements applied to the application.public PutApplicationPolicyResult withStatements(Collection<ApplicationPolicyStatement> statements)
statements - Array of policy statements applied to the application.public String toString()
toString in class ObjectObject.toString()public PutApplicationPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.