public class CreateWebACLResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeToken
The
ChangeToken that you used to submit the
CreateWebACL request. |
private WebACL |
webACL
The WebACL returned in the
CreateWebACL response. |
Constructor and Description |
---|
CreateWebACLResult() |
Modifier and Type | Method and Description |
---|---|
CreateWebACLResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeToken()
The
ChangeToken that you used to submit the
CreateWebACL request. |
WebACL |
getWebACL()
The WebACL returned in the
CreateWebACL response. |
int |
hashCode() |
void |
setChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateWebACL request. |
void |
setWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateWebACLResult |
withChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateWebACL request. |
CreateWebACLResult |
withWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
private java.lang.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.
public 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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateWebACLResult clone()
clone
in class java.lang.Object