@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocateConnectionOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the AllocateConnectionOnInterconnect operation.
NOOP
Constructor and Description |
---|
AllocateConnectionOnInterconnectRequest() |
Modifier and Type | Method and Description |
---|---|
AllocateConnectionOnInterconnectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBandwidth()
Bandwidth of the connection.
|
String |
getConnectionName()
Name of the provisioned connection.
|
String |
getInterconnectId()
ID of the interconnect on which the connection will be provisioned.
|
String |
getOwnerAccount()
Numeric account Id of the customer for whom the connection will be provisioned.
|
Integer |
getVlan()
The dedicated VLAN provisioned to the connection.
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
Bandwidth of the connection.
|
void |
setConnectionName(String connectionName)
Name of the provisioned connection.
|
void |
setInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
|
void |
setOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be provisioned.
|
void |
setVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AllocateConnectionOnInterconnectRequest |
withBandwidth(String bandwidth)
Bandwidth of the connection.
|
AllocateConnectionOnInterconnectRequest |
withConnectionName(String connectionName)
Name of the provisioned connection.
|
AllocateConnectionOnInterconnectRequest |
withInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
withOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
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 AllocateConnectionOnInterconnectRequest()
public void setBandwidth(String bandwidth)
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
bandwidth
- Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
public String getBandwidth()
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
public AllocateConnectionOnInterconnectRequest withBandwidth(String bandwidth)
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
bandwidth
- Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
public void setConnectionName(String connectionName)
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
connectionName
- Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
public String getConnectionName()
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
Example: "500M Connection to AWS"
Default: None
public AllocateConnectionOnInterconnectRequest withConnectionName(String connectionName)
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
connectionName
- Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
public void setOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
ownerAccount
- Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
public String getOwnerAccount()
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
Example: 123443215678
Default: None
public AllocateConnectionOnInterconnectRequest withOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
ownerAccount
- Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
public void setInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
interconnectId
- ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
public String getInterconnectId()
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
Example: dxcon-456abc78
Default: None
public AllocateConnectionOnInterconnectRequest withInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
interconnectId
- ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
public void setVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
vlan
- The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
public Integer getVlan()
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
Example: 101
Default: None
public AllocateConnectionOnInterconnectRequest withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
vlan
- The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
public String toString()
toString
in class Object
Object.toString()
public AllocateConnectionOnInterconnectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.