@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVpcLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Gets a specified VPC link under the caller's account in a region.
NOOP
Constructor and Description |
---|
GetVpcLinkRequest() |
Modifier and Type | Method and Description |
---|---|
GetVpcLinkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getVpcLinkId()
[Required] The identifier of the VpcLink.
|
int |
hashCode() |
void |
setVpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink.
|
String |
toString()
Returns a string representation of this object.
|
GetVpcLinkRequest |
withVpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink.
|
addHandlerContext, copyBaseTo, 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 setVpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
vpcLinkId
- [Required] The identifier of the VpcLink. It is used in an Integration to reference this
VpcLink.public String getVpcLinkId()
[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
public GetVpcLinkRequest withVpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
vpcLinkId
- [Required] The identifier of the VpcLink. It is used in an Integration to reference this
VpcLink.public String toString()
toString
in class Object
Object.toString()
public GetVpcLinkRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.