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