@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 ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getVpcLinkId ()
The identifier of the VpcLink.
|
int |
hashCode () |
void |
setVpcLinkId (String vpcLinkId)
The identifier of the VpcLink.
|
String |
toString ()
Returns a string representation of this object.
|
GetVpcLinkRequest |
withVpcLinkId (String vpcLinkId)
The identifier of the VpcLink.
|
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 GetVpcLinkRequest()
public void setVpcLinkId(String vpcLinkId)
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
vpcLinkId - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.public String getVpcLinkId()
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
public GetVpcLinkRequest withVpcLinkId(String vpcLinkId)
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
vpcLinkId - 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()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()