@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVPCAssociationAuthorizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information from a CreateVPCAssociationAuthorization
request.
Constructor and Description |
---|
CreateVPCAssociationAuthorizationResult() |
Modifier and Type | Method and Description |
---|---|
CreateVPCAssociationAuthorizationResult |
clone() |
boolean |
equals(Object obj) |
String |
getHostedZoneId()
The ID of the hosted zone that you authorized associating a VPC with.
|
VPC |
getVPC()
The VPC that you authorized associating with a hosted zone.
|
int |
hashCode() |
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you authorized associating a VPC with.
|
void |
setVPC(VPC vPC)
The VPC that you authorized associating with a hosted zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVPCAssociationAuthorizationResult |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you authorized associating a VPC with.
|
CreateVPCAssociationAuthorizationResult |
withVPC(VPC vPC)
The VPC that you authorized associating with a hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateVPCAssociationAuthorizationResult()
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you authorized associating a VPC with.
hostedZoneId
- The ID of the hosted zone that you authorized associating a VPC with.public String getHostedZoneId()
The ID of the hosted zone that you authorized associating a VPC with.
public CreateVPCAssociationAuthorizationResult withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you authorized associating a VPC with.
hostedZoneId
- The ID of the hosted zone that you authorized associating a VPC with.public void setVPC(VPC vPC)
The VPC that you authorized associating with a hosted zone.
vPC
- The VPC that you authorized associating with a hosted zone.public VPC getVPC()
The VPC that you authorized associating with a hosted zone.
public CreateVPCAssociationAuthorizationResult withVPC(VPC vPC)
The VPC that you authorized associating with a hosted zone.
vPC
- The VPC that you authorized associating with a hosted zone.public String toString()
toString
in class Object
Object.toString()
public CreateVPCAssociationAuthorizationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.