@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) |
WebACLSummary |
getSummary()
High-level information about a WebACL, returned by operations like create and list.
|
int |
hashCode() |
void |
setSummary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list.
|
String |
toString()
Returns a string representation of this object.
|
CreateWebACLResult |
withSummary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSummary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that you
provide to operations like AssociateWebACL.
summary
- High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that
you provide to operations like AssociateWebACL.public WebACLSummary getSummary()
High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that you
provide to operations like AssociateWebACL.
WebACL
, and the ARN, that
you provide to operations like AssociateWebACL.public CreateWebACLResult withSummary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that you
provide to operations like AssociateWebACL.
summary
- High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that
you provide to operations like AssociateWebACL.public String toString()
toString
in class Object
Object.toString()
public CreateWebACLResult clone()