@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportFirewallDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportFirewallDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
ImportFirewallDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainFileUrl()
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the
list of domains to import.
|
String |
getFirewallDomainListId()
The ID of the domain list that you want to modify with the import operation.
|
String |
getOperation()
What you want DNS Firewall to do with the domains that are listed in the file.
|
int |
hashCode() |
void |
setDomainFileUrl(String domainFileUrl)
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the
list of domains to import.
|
void |
setFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that you want to modify with the import operation.
|
void |
setOperation(String operation)
What you want DNS Firewall to do with the domains that are listed in the file.
|
String |
toString()
Returns a string representation of this object.
|
ImportFirewallDomainsRequest |
withDomainFileUrl(String domainFileUrl)
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the
list of domains to import.
|
ImportFirewallDomainsRequest |
withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that you want to modify with the import operation.
|
ImportFirewallDomainsRequest |
withOperation(FirewallDomainImportOperation operation)
What you want DNS Firewall to do with the domains that are listed in the file.
|
ImportFirewallDomainsRequest |
withOperation(String operation)
What you want DNS Firewall to do with the domains that are listed in the file.
|
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 that you want to modify with the import operation.
firewallDomainListId
- The ID of the domain list that you want to modify with the import operation.public String getFirewallDomainListId()
The ID of the domain list that you want to modify with the import operation.
public ImportFirewallDomainsRequest withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that you want to modify with the import operation.
firewallDomainListId
- The ID of the domain list that you want to modify with the import operation.public void setOperation(String operation)
What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.
operation
- What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.FirewallDomainImportOperation
public String getOperation()
What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.
REPLACE
, which updates the domain list to exactly match the list in the file.FirewallDomainImportOperation
public ImportFirewallDomainsRequest withOperation(String operation)
What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.
operation
- What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.FirewallDomainImportOperation
public ImportFirewallDomainsRequest withOperation(FirewallDomainImportOperation operation)
What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.
operation
- What you want DNS Firewall to do with the domains that are listed in the file. This must be set to
REPLACE
, which updates the domain list to exactly match the list in the file.FirewallDomainImportOperation
public void setDomainFileUrl(String domainFileUrl)
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
domainFileUrl
- The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that
contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
public String getDomainFileUrl()
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
public ImportFirewallDomainsRequest withDomainFileUrl(String domainFileUrl)
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
domainFileUrl
- The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that
contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
public String toString()
toString
in class Object
Object.toString()
public ImportFirewallDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()