Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class ModifyVpcAttributeRequest

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

public class ModifyVpcAttributeRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the ModifyVpcAttribute operation.

See Also:
AmazonEC2.modifyVpcAttribute(ModifyVpcAttributeRequest), Serialized Form

Constructor Summary
ModifyVpcAttributeRequest()
           
 
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.
 ModifyVpcAttributeRequest withEnableDnsHostnames(Boolean enableDnsHostnames)
          Boolean value
 ModifyVpcAttributeRequest withEnableDnsSupport(Boolean enableDnsSupport)
          Boolean value
 ModifyVpcAttributeRequest withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyVpcAttributeRequest

public ModifyVpcAttributeRequest()
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 ModifyVpcAttributeRequest 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 ModifyVpcAttributeRequest 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 ModifyVpcAttributeRequest 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.