public class ModifyVpcAttributeRequest extends AmazonWebServiceRequest implements Serializable
ModifyVpcAttribute operation
.Constructor and Description |
---|
ModifyVpcAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The new value for the VpcId property for this object.public ModifyVpcAttributeRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The new value for the VpcId property for this object.public Boolean isEnableDnsSupport()
public void setEnableDnsSupport(Boolean enableDnsSupport)
enableDnsSupport
- Boolean valuepublic ModifyVpcAttributeRequest withEnableDnsSupport(Boolean enableDnsSupport)
Returns a reference to this object so that method calls can be chained together.
enableDnsSupport
- Boolean valuepublic Boolean getEnableDnsSupport()
public Boolean isEnableDnsHostnames()
public void setEnableDnsHostnames(Boolean enableDnsHostnames)
enableDnsHostnames
- Boolean valuepublic ModifyVpcAttributeRequest withEnableDnsHostnames(Boolean enableDnsHostnames)
Returns a reference to this object so that method calls can be chained together.
enableDnsHostnames
- Boolean valuepublic Boolean getEnableDnsHostnames()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.