@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDNSSECRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDNSSECRequest() |
Modifier and Type | Method and Description |
---|---|
GetDNSSECRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHostedZoneId()
A unique string used to identify a hosted zone.
|
int |
hashCode() |
void |
setHostedZoneId(String hostedZoneId)
A unique string used to identify a hosted zone.
|
String |
toString()
Returns a string representation of this object.
|
GetDNSSECRequest |
withHostedZoneId(String hostedZoneId)
A unique string used to identify a hosted zone.
|
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 setHostedZoneId(String hostedZoneId)
A unique string used to identify a hosted zone.
hostedZoneId
- A unique string used to identify a hosted zone.public String getHostedZoneId()
A unique string used to identify a hosted zone.
public GetDNSSECRequest withHostedZoneId(String hostedZoneId)
A unique string used to identify a hosted zone.
hostedZoneId
- A unique string used to identify a hosted zone.public String toString()
toString
in class Object
Object.toString()
public GetDNSSECRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()