@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartVpcEndpointServicePrivateDnsVerificationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<StartVpcEndpointServicePrivateDnsVerificationRequest>
NOOP| Constructor and Description |
|---|
StartVpcEndpointServicePrivateDnsVerificationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartVpcEndpointServicePrivateDnsVerificationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<StartVpcEndpointServicePrivateDnsVerificationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getServiceId()
The ID of the endpoint service.
|
int |
hashCode() |
void |
setServiceId(String serviceId)
The ID of the endpoint service.
|
String |
toString()
Returns a string representation of this object.
|
StartVpcEndpointServicePrivateDnsVerificationRequest |
withServiceId(String serviceId)
The ID of the endpoint service.
|
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, withSdkRequestTimeoutpublic StartVpcEndpointServicePrivateDnsVerificationRequest()
public void setServiceId(String serviceId)
The ID of the endpoint service.
serviceId - The ID of the endpoint service.public String getServiceId()
The ID of the endpoint service.
public StartVpcEndpointServicePrivateDnsVerificationRequest withServiceId(String serviceId)
The ID of the endpoint service.
serviceId - The ID of the endpoint service.public Request<StartVpcEndpointServicePrivateDnsVerificationRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<StartVpcEndpointServicePrivateDnsVerificationRequest>public String toString()
toString in class ObjectObject.toString()public StartVpcEndpointServicePrivateDnsVerificationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()