@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CreateConnection operation.
NOOP| Constructor and Description |
|---|
CreateConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBandwidth() |
String |
getConnectionName() |
String |
getLagId() |
String |
getLocation() |
int |
hashCode() |
void |
setBandwidth(String bandwidth) |
void |
setConnectionName(String connectionName) |
void |
setLagId(String lagId) |
void |
setLocation(String location) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateConnectionRequest |
withBandwidth(String bandwidth) |
CreateConnectionRequest |
withConnectionName(String connectionName) |
CreateConnectionRequest |
withLagId(String lagId) |
CreateConnectionRequest |
withLocation(String location) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setLocation(String location)
location - public String getLocation()
public CreateConnectionRequest withLocation(String location)
location - public void setBandwidth(String bandwidth)
bandwidth - public String getBandwidth()
public CreateConnectionRequest withBandwidth(String bandwidth)
bandwidth - public void setConnectionName(String connectionName)
connectionName - public String getConnectionName()
public CreateConnectionRequest withConnectionName(String connectionName)
connectionName - public void setLagId(String lagId)
lagId - public String getLagId()
public CreateConnectionRequest withLagId(String lagId)
lagId - public String toString()
toString in class ObjectObject.toString()public CreateConnectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.