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