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:
Serializable

public class DescribeVpcAttributeResult
extends Object
implements Serializable

Describe Vpc Attribute Result

See Also:
Serialized Form

Constructor Summary
DescribeVpcAttributeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getEnableDnsHostnames()
          Boolean value
 Boolean getEnableDnsSupport()
          Boolean value
 String getVpcId()
          Returns the value of the VpcId property for this object.
 int hashCode()
           
 Boolean isEnableDnsHostnames()
          Boolean value
 Boolean isEnableDnsSupport()
          Boolean value
 void setEnableDnsHostnames(Boolean enableDnsHostnames)
          Boolean value
 void setEnableDnsSupport(Boolean enableDnsSupport)
          Boolean value
 void setVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeVpcAttributeResult withEnableDnsHostnames(Boolean enableDnsHostnames)
          Boolean value
 DescribeVpcAttributeResult withEnableDnsSupport(Boolean enableDnsSupport)
          Boolean value
 DescribeVpcAttributeResult withVpcId(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 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(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(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.
Returns:
A reference to this updated object so that method calls can be chained together.

isEnableDnsSupport

public Boolean isEnableDnsSupport()
Boolean value

Returns:
Boolean value

setEnableDnsSupport

public void setEnableDnsSupport(Boolean enableDnsSupport)
Boolean value

Parameters:
enableDnsSupport - Boolean value

withEnableDnsSupport

public DescribeVpcAttributeResult withEnableDnsSupport(Boolean enableDnsSupport)
Boolean value

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

Parameters:
enableDnsSupport - Boolean value
Returns:
A reference to this updated object so that method calls can be chained together.

getEnableDnsSupport

public Boolean getEnableDnsSupport()
Boolean value

Returns:
Boolean value

isEnableDnsHostnames

public Boolean isEnableDnsHostnames()
Boolean value

Returns:
Boolean value

setEnableDnsHostnames

public void setEnableDnsHostnames(Boolean enableDnsHostnames)
Boolean value

Parameters:
enableDnsHostnames - Boolean value

withEnableDnsHostnames

public DescribeVpcAttributeResult withEnableDnsHostnames(Boolean enableDnsHostnames)
Boolean value

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

Parameters:
enableDnsHostnames - Boolean value
Returns:
A reference to this updated object so that method calls can be chained together.

getEnableDnsHostnames

public Boolean getEnableDnsHostnames()
Boolean value

Returns:
Boolean value

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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