@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWebACLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateWebACLResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateWebACLResult | clone() | 
| boolean | equals(Object obj) | 
| String | getChangeToken()
 The  ChangeTokenthat you used to submit theCreateWebACLrequest. | 
| WebACL | getWebACL()
 The WebACL returned in the  CreateWebACLresponse. | 
| int | hashCode() | 
| void | setChangeToken(String changeToken)
 The  ChangeTokenthat you used to submit theCreateWebACLrequest. | 
| void | setWebACL(WebACL webACL)
 The WebACL returned in the  CreateWebACLresponse. | 
| String | toString()Returns a string representation of this object. | 
| CreateWebACLResult | withChangeToken(String changeToken)
 The  ChangeTokenthat you used to submit theCreateWebACLrequest. | 
| CreateWebACLResult | withWebACL(WebACL webACL)
 The WebACL returned in the  CreateWebACLresponse. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWebACL(WebACL webACL)
 The WebACL returned in the CreateWebACL response.
 
webACL - The WebACL returned in the CreateWebACL response.public WebACL getWebACL()
 The WebACL returned in the CreateWebACL response.
 
CreateWebACL response.public CreateWebACLResult withWebACL(WebACL webACL)
 The WebACL returned in the CreateWebACL response.
 
webACL - The WebACL returned in the CreateWebACL response.public void setChangeToken(String changeToken)
 The ChangeToken that you used to submit the CreateWebACL request. You can also use this
 value to query the status of the request. For more information, see GetChangeTokenStatus.
 
changeToken - The ChangeToken that you used to submit the CreateWebACL request. You can also
        use this value to query the status of the request. For more information, see GetChangeTokenStatus.public String getChangeToken()
 The ChangeToken that you used to submit the CreateWebACL request. You can also use this
 value to query the status of the request. For more information, see GetChangeTokenStatus.
 
ChangeToken that you used to submit the CreateWebACL request. You can also
         use this value to query the status of the request. For more information, see GetChangeTokenStatus.public CreateWebACLResult withChangeToken(String changeToken)
 The ChangeToken that you used to submit the CreateWebACL request. You can also use this
 value to query the status of the request. For more information, see GetChangeTokenStatus.
 
changeToken - The ChangeToken that you used to submit the CreateWebACL request. You can also
        use this value to query the status of the request. For more information, see GetChangeTokenStatus.public String toString()
toString in class ObjectObject.toString()public CreateWebACLResult clone()