@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFirewallDomainListsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFirewallDomainListsResult() |
Modifier and Type | Method and Description |
---|---|
ListFirewallDomainListsResult |
clone() |
boolean |
equals(Object obj) |
List<FirewallDomainListMetadata> |
getFirewallDomainLists()
A list of the domain lists that you have defined.
|
String |
getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response.
|
int |
hashCode() |
void |
setFirewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists)
A list of the domain lists that you have defined.
|
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.
|
ListFirewallDomainListsResult |
withFirewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists)
A list of the domain lists that you have defined.
|
ListFirewallDomainListsResult |
withFirewallDomainLists(FirewallDomainListMetadata... firewallDomainLists)
A list of the domain lists that you have defined.
|
ListFirewallDomainListsResult |
withNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListFirewallDomainListsResult 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<FirewallDomainListMetadata> getFirewallDomainLists()
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
public void setFirewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists)
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
firewallDomainLists
- A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
public ListFirewallDomainListsResult withFirewallDomainLists(FirewallDomainListMetadata... firewallDomainLists)
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
NOTE: This method appends the values to the existing list (if any). Use
setFirewallDomainLists(java.util.Collection)
or withFirewallDomainLists(java.util.Collection)
if you want to override the existing values.
firewallDomainLists
- A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
public ListFirewallDomainListsResult withFirewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists)
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
firewallDomainLists
- A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults
.
public String toString()
toString
in class Object
Object.toString()
public ListFirewallDomainListsResult clone()