@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFirewallRuleGroupAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFirewallRuleGroupAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListFirewallRuleGroupAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<FirewallRuleGroupAssociation> |
getFirewallRuleGroupAssociations()
A list of your firewall rule group associations.
|
String |
getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response.
|
int |
hashCode() |
void |
setFirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
void |
setNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFirewallRuleGroupAssociationsResult |
withFirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
ListFirewallRuleGroupAssociationsResult |
withFirewallRuleGroupAssociations(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
ListFirewallRuleGroupAssociationsResult |
withNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListFirewallRuleGroupAssociationsResult()
public void setNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
nextToken
- If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the
next batch of objects, provide this token in your next request.public String getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
public ListFirewallRuleGroupAssociationsResult withNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
nextToken
- If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the
next batch of objects, provide this token in your next request.public List<FirewallRuleGroupAssociation> getFirewallRuleGroupAssociations()
A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
public void setFirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
firewallRuleGroupAssociations
- A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
public ListFirewallRuleGroupAssociationsResult withFirewallRuleGroupAssociations(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)
A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
NOTE: This method appends the values to the existing list (if any). Use
setFirewallRuleGroupAssociations(java.util.Collection)
or
withFirewallRuleGroupAssociations(java.util.Collection)
if you want to override the existing values.
firewallRuleGroupAssociations
- A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
public ListFirewallRuleGroupAssociationsResult withFirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
firewallRuleGroupAssociations
- A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see
MaxResults
.
public String toString()
toString
in class Object
Object.toString()
public ListFirewallRuleGroupAssociationsResult clone()