Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class DescribeVpcAttributeResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeVpcAttributeResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeVpcAttributeResult
extends java.lang.Object
implements java.io.Serializable

Describe Vpc Attribute Result

See Also:
Serialized Form

Constructor Summary
DescribeVpcAttributeResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getEnableDnsHostnames()
          Boolean value
 java.lang.Boolean getEnableDnsSupport()
          Boolean value
 java.lang.String getVpcId()
          Returns the value of the VpcId property for this object.
 int hashCode()
           
 java.lang.Boolean isEnableDnsHostnames()
          Boolean value
 java.lang.Boolean isEnableDnsSupport()
          Boolean value
 void setEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
          Boolean value
 void setEnableDnsSupport(java.lang.Boolean enableDnsSupport)
          Boolean value
 void setVpcId(java.lang.String vpcId)
          Sets the value of the VpcId property for this object.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeVpcAttributeResult withEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
          Boolean value
 DescribeVpcAttributeResult withEnableDnsSupport(java.lang.Boolean enableDnsSupport)
          Boolean value
 DescribeVpcAttributeResult withVpcId(java.lang.String vpcId)
          Sets the value of the VpcId property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeVpcAttributeResult

public DescribeVpcAttributeResult()
Method Detail

getVpcId

public java.lang.String getVpcId()
Returns the value of the VpcId property for this object.

Returns:
The value of the VpcId property for this object.

setVpcId

public void setVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object.

Parameters:
vpcId - The new value for the VpcId property for this object.

withVpcId

public DescribeVpcAttributeResult withVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpcId - The new value for the VpcId property for this object.

isEnableDnsSupport

public java.lang.Boolean isEnableDnsSupport()
Boolean value

Returns:
Boolean value

setEnableDnsSupport

public void setEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Boolean value

Parameters:
enableDnsSupport - Boolean value

withEnableDnsSupport

public DescribeVpcAttributeResult withEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Boolean value

Returns a reference to this object so that method calls can be chained together.

Parameters:
enableDnsSupport - Boolean value

getEnableDnsSupport

public java.lang.Boolean getEnableDnsSupport()
Boolean value

Returns:
Boolean value

isEnableDnsHostnames

public java.lang.Boolean isEnableDnsHostnames()
Boolean value

Returns:
Boolean value

setEnableDnsHostnames

public void setEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
Boolean value

Parameters:
enableDnsHostnames - Boolean value

withEnableDnsHostnames

public DescribeVpcAttributeResult withEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
Boolean value

Returns a reference to this object so that method calls can be chained together.

Parameters:
enableDnsHostnames - Boolean value

getEnableDnsHostnames

public java.lang.Boolean getEnableDnsHostnames()
Boolean value

Returns:
Boolean value

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.