@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirewallDomainList extends Object implements Serializable, Cloneable, StructuredPojo
High-level information about a list of firewall domains for use in a FirewallRule. This is returned by GetFirewallDomainList.
To retrieve the domains that are defined for this domain list, call ListFirewallDomains.
Constructor and Description |
---|
FirewallDomainList() |
Modifier and Type | Method and Description |
---|---|
FirewallDomainList |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the firewall domain list.
|
String |
getCreationTime()
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
|
String |
getCreatorRequestId()
A unique string defined by you to identify the request.
|
Integer |
getDomainCount()
The number of domain names that are specified in the domain list.
|
String |
getId()
The ID of the domain list.
|
String |
getManagedOwnerName()
The owner of the list, used only for lists that are not managed by you.
|
String |
getModificationTime()
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
String |
getName()
The name of the domain list.
|
String |
getStatus()
The status of the domain list.
|
String |
getStatusMessage()
Additional information about the status of the list, if available.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
|
void |
setCreationTime(String creationTime)
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
|
void |
setCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
void |
setDomainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
|
void |
setId(String id)
The ID of the domain list.
|
void |
setManagedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you.
|
void |
setModificationTime(String modificationTime)
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
void |
setName(String name)
The name of the domain list.
|
void |
setStatus(String status)
The status of the domain list.
|
void |
setStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
String |
toString()
Returns a string representation of this object.
|
FirewallDomainList |
withArn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
|
FirewallDomainList |
withCreationTime(String creationTime)
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallDomainList |
withCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallDomainList |
withDomainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
|
FirewallDomainList |
withId(String id)
The ID of the domain list.
|
FirewallDomainList |
withManagedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you.
|
FirewallDomainList |
withModificationTime(String modificationTime)
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
FirewallDomainList |
withName(String name)
The name of the domain list.
|
FirewallDomainList |
withStatus(FirewallDomainListStatus status)
The status of the domain list.
|
FirewallDomainList |
withStatus(String status)
The status of the domain list.
|
FirewallDomainList |
withStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
public void setId(String id)
The ID of the domain list.
id
- The ID of the domain list.public String getId()
The ID of the domain list.
public FirewallDomainList withId(String id)
The ID of the domain list.
id
- The ID of the domain list.public void setArn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
arn
- The Amazon Resource Name (ARN) of the firewall domain list.public String getArn()
The Amazon Resource Name (ARN) of the firewall domain list.
public FirewallDomainList withArn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
arn
- The Amazon Resource Name (ARN) of the firewall domain list.public void setName(String name)
The name of the domain list.
name
- The name of the domain list.public String getName()
The name of the domain list.
public FirewallDomainList withName(String name)
The name of the domain list.
name
- The name of the domain list.public void setDomainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
domainCount
- The number of domain names that are specified in the domain list.public Integer getDomainCount()
The number of domain names that are specified in the domain list.
public FirewallDomainList withDomainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
domainCount
- The number of domain names that are specified in the domain list.public void setStatus(String status)
The status of the domain list.
status
- The status of the domain list.FirewallDomainListStatus
public String getStatus()
The status of the domain list.
FirewallDomainListStatus
public FirewallDomainList withStatus(String status)
The status of the domain list.
status
- The status of the domain list.FirewallDomainListStatus
public FirewallDomainList withStatus(FirewallDomainListStatus status)
The status of the domain list.
status
- The status of the domain list.FirewallDomainListStatus
public void setStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
statusMessage
- Additional information about the status of the list, if available.public String getStatusMessage()
Additional information about the status of the list, if available.
public FirewallDomainList withStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
statusMessage
- Additional information about the status of the list, if available.public void setManagedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.
managedOwnerName
- The owner of the list, used only for lists that are not managed by you. For example, the managed domain
list AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.public String getManagedOwnerName()
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.
AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.public FirewallDomainList withManagedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.
managedOwnerName
- The owner of the list, used only for lists that are not managed by you. For example, the managed domain
list AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.public void setCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
creatorRequestId
- A unique string defined by you to identify the request. This allows you to retry failed requests without
the risk of running the operation twice. This can be any unique string, for example, a timestamp.public String getCreatorRequestId()
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
public FirewallDomainList withCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
creatorRequestId
- A unique string defined by you to identify the request. This allows you to retry failed requests without
the risk of running the operation twice. This can be any unique string, for example, a timestamp.public void setCreationTime(String creationTime)
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime
- The date and time that the domain list was created, in Unix time format and Coordinated Universal Time
(UTC).public String getCreationTime()
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
public FirewallDomainList withCreationTime(String creationTime)
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime
- The date and time that the domain list was created, in Unix time format and Coordinated Universal Time
(UTC).public void setModificationTime(String modificationTime)
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime
- The date and time that the domain list was last modified, in Unix time format and Coordinated Universal
Time (UTC).public String getModificationTime()
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
public FirewallDomainList withModificationTime(String modificationTime)
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime
- The date and time that the domain list was last modified, in Unix time format and Coordinated Universal
Time (UTC).public String toString()
toString
in class Object
Object.toString()
public FirewallDomainList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.