@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFirewallDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFirewallDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFirewallDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDomains()
A list of domains to use in the update operation.
|
String |
getFirewallDomainListId()
The ID of the domain list whose domains you want to update.
|
String |
getOperation()
What you want DNS Firewall to do with the domains that you are providing:
|
int |
hashCode() |
void |
setDomains(Collection<String> domains)
A list of domains to use in the update operation.
|
void |
setFirewallDomainListId(String firewallDomainListId)
The ID of the domain list whose domains you want to update.
|
void |
setOperation(String operation)
What you want DNS Firewall to do with the domains that you are providing:
|
String |
toString()
Returns a string representation of this object.
|
UpdateFirewallDomainsRequest |
withDomains(Collection<String> domains)
A list of domains to use in the update operation.
|
UpdateFirewallDomainsRequest |
withDomains(String... domains)
A list of domains to use in the update operation.
|
UpdateFirewallDomainsRequest |
withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list whose domains you want to update.
|
UpdateFirewallDomainsRequest |
withOperation(FirewallDomainUpdateOperation operation)
What you want DNS Firewall to do with the domains that you are providing:
|
UpdateFirewallDomainsRequest |
withOperation(String operation)
What you want DNS Firewall to do with the domains that you are providing:
|
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 setFirewallDomainListId(String firewallDomainListId)
The ID of the domain list whose domains you want to update.
firewallDomainListId
- The ID of the domain list whose domains you want to update.public String getFirewallDomainListId()
The ID of the domain list whose domains you want to update.
public UpdateFirewallDomainsRequest withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list whose domains you want to update.
firewallDomainListId
- The ID of the domain list whose domains you want to update.public void setOperation(String operation)
What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
operation
- What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
FirewallDomainUpdateOperation
public String getOperation()
What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
FirewallDomainUpdateOperation
public UpdateFirewallDomainsRequest withOperation(String operation)
What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
operation
- What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
FirewallDomainUpdateOperation
public UpdateFirewallDomainsRequest withOperation(FirewallDomainUpdateOperation operation)
What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
operation
- What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
FirewallDomainUpdateOperation
public List<String> getDomains()
A list of domains to use in the update operation.
There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
public void setDomains(Collection<String> domains)
A list of domains to use in the update operation.
There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
domains
- A list of domains to use in the update operation. There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
public UpdateFirewallDomainsRequest withDomains(String... domains)
A list of domains to use in the update operation.
There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
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 domains to use in the update operation. There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
public UpdateFirewallDomainsRequest withDomains(Collection<String> domains)
A list of domains to use in the update operation.
There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
domains
- A list of domains to use in the update operation. There is a limit of 1000 domains per request.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
public String toString()
toString
in class Object
Object.toString()
public UpdateFirewallDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()