@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProtectionGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProtectionGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProtectionGroupResult |
clone() |
boolean |
equals(Object obj) |
ProtectionGroup |
getProtectionGroup()
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
int |
hashCode() |
void |
setProtectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProtectionGroupResult |
withProtectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProtectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
protectionGroup
- A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource
grouping improves the accuracy of detection and reduces false positives.public ProtectionGroup getProtectionGroup()
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
public DescribeProtectionGroupResult withProtectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
protectionGroup
- A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource
grouping improves the accuracy of detection and reduces false positives.public String toString()
toString
in class Object
Object.toString()
public DescribeProtectionGroupResult clone()