@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVPCConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVPCConnectionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVPCConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
VPCConnection |
getVPCConnection()
A response object that provides information for the specified VPC connection.
|
int |
hashCode() |
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setVPCConnection(VPCConnection vPCConnection)
A response object that provides information for the specified VPC connection.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVPCConnectionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeVPCConnectionResult |
withStatus(Integer status)
The HTTP status of the request.
|
DescribeVPCConnectionResult |
withVPCConnection(VPCConnection vPCConnection)
A response object that provides information for the specified VPC connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVPCConnection(VPCConnection vPCConnection)
A response object that provides information for the specified VPC connection.
vPCConnection
- A response object that provides information for the specified VPC connection.public VPCConnection getVPCConnection()
A response object that provides information for the specified VPC connection.
public DescribeVPCConnectionResult withVPCConnection(VPCConnection vPCConnection)
A response object that provides information for the specified VPC connection.
vPCConnection
- A response object that provides information for the specified VPC connection.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeVPCConnectionResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeVPCConnectionResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeVPCConnectionResult clone()