@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFirewallRuleGroupAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFirewallRuleGroupAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFirewallRuleGroupAssociationsRequest |
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 that you want to retrieve the associations for.
|
Integer |
getMaxResults()
The maximum number of objects that you want Resolver to return for this request.
|
String |
getNextToken()
For the first call to this list request, omit this value.
|
Integer |
getPriority()
The setting that determines the processing order of the rule group among the rule groups that are associated with
a single VPC.
|
String |
getStatus()
The association
Status setting that you want DNS Firewall to filter on for the list. |
String |
getVpcId()
The unique identifier of the VPC that you want to retrieve the associations for.
|
int |
hashCode() |
void |
setFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to retrieve the associations for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want Resolver to return for this request.
|
void |
setNextToken(String nextToken)
For the first call to this list request, omit this value.
|
void |
setPriority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with
a single VPC.
|
void |
setStatus(String status)
The association
Status setting that you want DNS Firewall to filter on for the list. |
void |
setVpcId(String vpcId)
The unique identifier of the VPC that you want to retrieve the associations for.
|
String |
toString()
Returns a string representation of this object.
|
ListFirewallRuleGroupAssociationsRequest |
withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to retrieve the associations for.
|
ListFirewallRuleGroupAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want Resolver to return for this request.
|
ListFirewallRuleGroupAssociationsRequest |
withNextToken(String nextToken)
For the first call to this list request, omit this value.
|
ListFirewallRuleGroupAssociationsRequest |
withPriority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with
a single VPC.
|
ListFirewallRuleGroupAssociationsRequest |
withStatus(FirewallRuleGroupAssociationStatus status)
The association
Status setting that you want DNS Firewall to filter on for the list. |
ListFirewallRuleGroupAssociationsRequest |
withStatus(String status)
The association
Status setting that you want DNS Firewall to filter on for the list. |
ListFirewallRuleGroupAssociationsRequest |
withVpcId(String vpcId)
The unique identifier of the VPC that you want to retrieve the associations for.
|
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 ListFirewallRuleGroupAssociationsRequest()
public void setFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.
firewallRuleGroupId
- The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave
this blank to retrieve associations for any rule group.public String getFirewallRuleGroupId()
The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.
public ListFirewallRuleGroupAssociationsRequest withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.
firewallRuleGroupId
- The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave
this blank to retrieve associations for any rule group.public void setVpcId(String vpcId)
The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.
vpcId
- The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to
retrieve associations for any VPC.public String getVpcId()
The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.
public ListFirewallRuleGroupAssociationsRequest withVpcId(String vpcId)
The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.
vpcId
- The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to
retrieve associations for any VPC.public void setPriority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
priority
- The setting that determines the processing order of the rule group among the rule groups that are
associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the
lowest numeric priority setting.public Integer getPriority()
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
public ListFirewallRuleGroupAssociationsRequest withPriority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
priority
- The setting that determines the processing order of the rule group among the rule groups that are
associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the
lowest numeric priority setting.public void setStatus(String status)
The association Status
setting that you want DNS Firewall to filter on for the list. If you don't
specify this, then DNS Firewall returns all associations, regardless of status.
status
- The association Status
setting that you want DNS Firewall to filter on for the list. If you
don't specify this, then DNS Firewall returns all associations, regardless of status.FirewallRuleGroupAssociationStatus
public String getStatus()
The association Status
setting that you want DNS Firewall to filter on for the list. If you don't
specify this, then DNS Firewall returns all associations, regardless of status.
Status
setting that you want DNS Firewall to filter on for the list. If you
don't specify this, then DNS Firewall returns all associations, regardless of status.FirewallRuleGroupAssociationStatus
public ListFirewallRuleGroupAssociationsRequest withStatus(String status)
The association Status
setting that you want DNS Firewall to filter on for the list. If you don't
specify this, then DNS Firewall returns all associations, regardless of status.
status
- The association Status
setting that you want DNS Firewall to filter on for the list. If you
don't specify this, then DNS Firewall returns all associations, regardless of status.FirewallRuleGroupAssociationStatus
public ListFirewallRuleGroupAssociationsRequest withStatus(FirewallRuleGroupAssociationStatus status)
The association Status
setting that you want DNS Firewall to filter on for the list. If you don't
specify this, then DNS Firewall returns all associations, regardless of status.
status
- The association Status
setting that you want DNS Firewall to filter on for the list. If you
don't specify this, then DNS Firewall returns all associations, regardless of status.FirewallRuleGroupAssociationStatus
public void setMaxResults(Integer maxResults)
The maximum number of objects that you want Resolver to return for this request. If more objects are available,
in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get
the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
maxResults
- The maximum number of objects that you want Resolver to return for this request. If more objects are
available, in the response, Resolver provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
public Integer getMaxResults()
The maximum number of objects that you want Resolver to return for this request. If more objects are available,
in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get
the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
NextToken
value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
public ListFirewallRuleGroupAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want Resolver to return for this request. If more objects are available,
in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get
the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
maxResults
- The maximum number of objects that you want Resolver to return for this request. If more objects are
available, in the response, Resolver provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
public void setNextToken(String nextToken)
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in
MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior
request in your next request.
nextToken
- For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in
MaxResults
. If more objects are available for retrieval, Resolver returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token that
was returned for the prior request in your next request.
public String getNextToken()
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in
MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior
request in your next request.
When you request a list of objects, Resolver returns at most the number of objects specified in
MaxResults
. If more objects are available for retrieval, Resolver returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token that
was returned for the prior request in your next request.
public ListFirewallRuleGroupAssociationsRequest withNextToken(String nextToken)
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in
MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior
request in your next request.
nextToken
- For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in
MaxResults
. If more objects are available for retrieval, Resolver returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token that
was returned for the prior request in your next request.
public String toString()
toString
in class Object
Object.toString()
public ListFirewallRuleGroupAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()