@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DnsRequestAction extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the DNS_REQUEST action described in this finding.
| Constructor and Description |
|---|
DnsRequestAction() |
| Modifier and Type | Method and Description |
|---|---|
DnsRequestAction |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The domain information for the API request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomain(String domain)
The domain information for the API request.
|
String |
toString()
Returns a string representation of this object.
|
DnsRequestAction |
withDomain(String domain)
The domain information for the API request.
|
public void setDomain(String domain)
The domain information for the API request.
domain - The domain information for the API request.public String getDomain()
The domain information for the API request.
public DnsRequestAction withDomain(String domain)
The domain information for the API request.
domain - The domain information for the API request.public String toString()
toString in class ObjectObject.toString()public DnsRequestAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.