@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcPeeringAuthorizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
CreateVpcPeeringAuthorizationResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringAuthorizationResult |
clone() |
boolean |
equals(Object obj) |
VpcPeeringAuthorization |
getVpcPeeringAuthorization()
Details on the requested VPC peering authorization, including expiration.
|
int |
hashCode() |
void |
setVpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVpcPeeringAuthorizationResult |
withVpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
vpcPeeringAuthorization
- Details on the requested VPC peering authorization, including expiration.public VpcPeeringAuthorization getVpcPeeringAuthorization()
Details on the requested VPC peering authorization, including expiration.
public CreateVpcPeeringAuthorizationResult withVpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
vpcPeeringAuthorization
- Details on the requested VPC peering authorization, including expiration.public String toString()
toString
in class Object
Object.toString()
public CreateVpcPeeringAuthorizationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.