@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLinkRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLinkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Bandwidth |
getBandwidth()
The upload and download speed in Mbps.
|
String |
getDescription()
A description of the link.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getLinkId()
The ID of the link.
|
String |
getProvider()
The provider of the link.
|
String |
getType()
The type of the link.
|
int |
hashCode() |
void |
setBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
void |
setDescription(String description)
A description of the link.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setLinkId(String linkId)
The ID of the link.
|
void |
setProvider(String provider)
The provider of the link.
|
void |
setType(String type)
The type of the link.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLinkRequest |
withBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
UpdateLinkRequest |
withDescription(String description)
A description of the link.
|
UpdateLinkRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateLinkRequest |
withLinkId(String linkId)
The ID of the link.
|
UpdateLinkRequest |
withProvider(String provider)
The provider of the link.
|
UpdateLinkRequest |
withType(String type)
The type of the link.
|
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 UpdateLinkRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setLinkId(String linkId)
The ID of the link.
linkId
- The ID of the link.public String getLinkId()
The ID of the link.
public UpdateLinkRequest withLinkId(String linkId)
The ID of the link.
linkId
- The ID of the link.public void setDescription(String description)
A description of the link.
Constraints: Maximum length of 256 characters.
description
- A description of the link.
Constraints: Maximum length of 256 characters.
public String getDescription()
A description of the link.
Constraints: Maximum length of 256 characters.
Constraints: Maximum length of 256 characters.
public UpdateLinkRequest withDescription(String description)
A description of the link.
Constraints: Maximum length of 256 characters.
description
- A description of the link.
Constraints: Maximum length of 256 characters.
public void setType(String type)
The type of the link.
Constraints: Maximum length of 128 characters.
type
- The type of the link.
Constraints: Maximum length of 128 characters.
public String getType()
The type of the link.
Constraints: Maximum length of 128 characters.
Constraints: Maximum length of 128 characters.
public UpdateLinkRequest withType(String type)
The type of the link.
Constraints: Maximum length of 128 characters.
type
- The type of the link.
Constraints: Maximum length of 128 characters.
public void setBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
bandwidth
- The upload and download speed in Mbps.public Bandwidth getBandwidth()
The upload and download speed in Mbps.
public UpdateLinkRequest withBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
bandwidth
- The upload and download speed in Mbps.public void setProvider(String provider)
The provider of the link.
Constraints: Maximum length of 128 characters.
provider
- The provider of the link.
Constraints: Maximum length of 128 characters.
public String getProvider()
The provider of the link.
Constraints: Maximum length of 128 characters.
Constraints: Maximum length of 128 characters.
public UpdateLinkRequest withProvider(String provider)
The provider of the link.
Constraints: Maximum length of 128 characters.
provider
- The provider of the link.
Constraints: Maximum length of 128 characters.
public String toString()
toString
in class Object
Object.toString()
public UpdateLinkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()