@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectedLinkId()
The ID of the link for the second device in the connection.
|
String |
getConnectionId()
The ID of the connection.
|
String |
getDescription()
A description of the connection.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getLinkId()
The ID of the link for the first device in the connection.
|
int |
hashCode() |
void |
setConnectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
void |
setConnectionId(String connectionId)
The ID of the connection.
|
void |
setDescription(String description)
A description of the connection.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setLinkId(String linkId)
The ID of the link for the first device in the connection.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionRequest |
withConnectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
UpdateConnectionRequest |
withConnectionId(String connectionId)
The ID of the connection.
|
UpdateConnectionRequest |
withDescription(String description)
A description of the connection.
|
UpdateConnectionRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateConnectionRequest |
withLinkId(String linkId)
The ID of the link for the first device in 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 void setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public UpdateConnectionRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public String getConnectionId()
The ID of the connection.
public UpdateConnectionRequest withConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public void setLinkId(String linkId)
The ID of the link for the first device in the connection.
linkId
- The ID of the link for the first device in the connection.public String getLinkId()
The ID of the link for the first device in the connection.
public UpdateConnectionRequest withLinkId(String linkId)
The ID of the link for the first device in the connection.
linkId
- The ID of the link for the first device in the connection.public void setConnectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
connectedLinkId
- The ID of the link for the second device in the connection.public String getConnectedLinkId()
The ID of the link for the second device in the connection.
public UpdateConnectionRequest withConnectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
connectedLinkId
- The ID of the link for the second device in the connection.public void setDescription(String description)
A description of the connection.
Length Constraints: Maximum length of 256 characters.
description
- A description of the connection.
Length Constraints: Maximum length of 256 characters.
public String getDescription()
A description of the connection.
Length Constraints: Maximum length of 256 characters.
Length Constraints: Maximum length of 256 characters.
public UpdateConnectionRequest withDescription(String description)
A description of the connection.
Length Constraints: Maximum length of 256 characters.
description
- A description of the connection.
Length Constraints: Maximum length of 256 characters.
public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()