@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVirtualInterfaceAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateVirtualInterfaceAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVirtualInterfaceAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMtu()
The maximum transmission unit (MTU), in bytes.
|
String |
getVirtualInterfaceId()
The ID of the virtual private interface.
|
int |
hashCode() |
void |
setMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual private interface.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVirtualInterfaceAttributesRequest |
withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
UpdateVirtualInterfaceAttributesRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual private interface.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateVirtualInterfaceAttributesRequest()
public void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual private interface.
virtualInterfaceId
- The ID of the virtual private interface.public String getVirtualInterfaceId()
The ID of the virtual private interface.
public UpdateVirtualInterfaceAttributesRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual private interface.
virtualInterfaceId
- The ID of the virtual private interface.public void setMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
mtu
- The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value
is 1500.public Integer getMtu()
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
public UpdateVirtualInterfaceAttributesRequest withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
mtu
- The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value
is 1500.public String toString()
toString
in class Object
Object.toString()
public UpdateVirtualInterfaceAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.