@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVerifiedAccessEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVerifiedAccessEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVerifiedAccessEndpointResult |
clone() |
boolean |
equals(Object obj) |
VerifiedAccessEndpoint |
getVerifiedAccessEndpoint()
The ID of the Amazon Web Services Verified Access endpoint.
|
int |
hashCode() |
void |
setVerifiedAccessEndpoint(VerifiedAccessEndpoint verifiedAccessEndpoint)
The ID of the Amazon Web Services Verified Access endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVerifiedAccessEndpointResult |
withVerifiedAccessEndpoint(VerifiedAccessEndpoint verifiedAccessEndpoint)
The ID of the Amazon Web Services Verified Access endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVerifiedAccessEndpoint(VerifiedAccessEndpoint verifiedAccessEndpoint)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpoint
- The ID of the Amazon Web Services Verified Access endpoint.public VerifiedAccessEndpoint getVerifiedAccessEndpoint()
The ID of the Amazon Web Services Verified Access endpoint.
public DeleteVerifiedAccessEndpointResult withVerifiedAccessEndpoint(VerifiedAccessEndpoint verifiedAccessEndpoint)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpoint
- The ID of the Amazon Web Services Verified Access endpoint.public String toString()
toString
in class Object
Object.toString()
public DeleteVerifiedAccessEndpointResult clone()