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