@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) |
Boolean |
getEnableSiteLink()
Indicates whether to enable or disable SiteLink.
|
Integer |
getMtu()
The maximum transmission unit (MTU), in bytes.
|
String |
getVirtualInterfaceId()
The ID of the virtual private interface.
|
String |
getVirtualInterfaceName()
The name of the virtual private interface.
|
int |
hashCode() |
Boolean |
isEnableSiteLink()
Indicates whether to enable or disable SiteLink.
|
void |
setEnableSiteLink(Boolean enableSiteLink)
Indicates whether to enable or disable SiteLink.
|
void |
setMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual private interface.
|
void |
setVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual private interface.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVirtualInterfaceAttributesRequest |
withEnableSiteLink(Boolean enableSiteLink)
Indicates whether to enable or disable SiteLink.
|
UpdateVirtualInterfaceAttributesRequest |
withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
UpdateVirtualInterfaceAttributesRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual private interface.
|
UpdateVirtualInterfaceAttributesRequest |
withVirtualInterfaceName(String virtualInterfaceName)
The name 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 8500. The default value is 1500.
mtu
- The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value
is 1500.public Integer getMtu()
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
public UpdateVirtualInterfaceAttributesRequest withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
mtu
- The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value
is 1500.public void setEnableSiteLink(Boolean enableSiteLink)
Indicates whether to enable or disable SiteLink.
enableSiteLink
- Indicates whether to enable or disable SiteLink.public Boolean getEnableSiteLink()
Indicates whether to enable or disable SiteLink.
public UpdateVirtualInterfaceAttributesRequest withEnableSiteLink(Boolean enableSiteLink)
Indicates whether to enable or disable SiteLink.
enableSiteLink
- Indicates whether to enable or disable SiteLink.public Boolean isEnableSiteLink()
Indicates whether to enable or disable SiteLink.
public void setVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual private interface.
virtualInterfaceName
- The name of the virtual private interface.public String getVirtualInterfaceName()
The name of the virtual private interface.
public UpdateVirtualInterfaceAttributesRequest withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual private interface.
virtualInterfaceName
- The name of the virtual private interface.public String toString()
toString
in class Object
Object.toString()
public UpdateVirtualInterfaceAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()