@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PeerVpcResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PeerVpcResult() |
Modifier and Type | Method and Description |
---|---|
PeerVpcResult |
clone() |
boolean |
equals(Object obj) |
Operation |
getOperation()
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
int |
hashCode() |
void |
setOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
String |
toString()
Returns a string representation of this object.
|
PeerVpcResult |
withOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.public Operation getOperation()
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
public PeerVpcResult withOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.public String toString()
toString
in class Object
Object.toString()
public PeerVpcResult clone()