@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFirewallRuleGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFirewallRuleGroupRequest() |
Modifier and Type | Method and Description |
---|---|
GetFirewallRuleGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFirewallRuleGroupId()
The unique identifier of the firewall rule group.
|
int |
hashCode() |
void |
setFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
String |
toString()
Returns a string representation of this object.
|
GetFirewallRuleGroupRequest |
withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
firewallRuleGroupId
- The unique identifier of the firewall rule group.public String getFirewallRuleGroupId()
The unique identifier of the firewall rule group.
public GetFirewallRuleGroupRequest withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
firewallRuleGroupId
- The unique identifier of the firewall rule group.public String toString()
toString
in class Object
Object.toString()
public GetFirewallRuleGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()