@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSolNetworkInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSolNetworkInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSolNetworkInstanceRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateSolNetworkInstanceRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateSolNetworkInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNsInstanceId()
ID of the network instance.
|
Map<String,String> |
getTags()
A tag is a label that you assign to an Amazon Web Services resource.
|
String |
getUpdateType()
The type of update.
|
int |
hashCode() |
void |
setNsInstanceId(String nsInstanceId)
ID of the network instance.
|
void |
setTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
void |
setUpdateType(String updateType)
The type of update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSolNetworkInstanceRequest |
withNsInstanceId(String nsInstanceId)
ID of the network instance.
|
UpdateSolNetworkInstanceRequest |
withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
UpdateSolNetworkInstanceRequest |
withUpdateType(String updateType)
The type of update.
|
UpdateSolNetworkInstanceRequest |
withUpdateType(UpdateSolNetworkType updateType)
The type of update.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setNsInstanceId(String nsInstanceId)
ID of the network instance.
nsInstanceId - ID of the network instance.public String getNsInstanceId()
ID of the network instance.
public UpdateSolNetworkInstanceRequest withNsInstanceId(String nsInstanceId)
ID of the network instance.
nsInstanceId - ID of the network instance.public Map<String,String> getTags()
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
public void setTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. When you use this API, the tags are transferred to the network operation that is created.
Use tags to search and filter your resources or track your Amazon Web Services costs.public UpdateSolNetworkInstanceRequest withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. When you use this API, the tags are transferred to the network operation that is created.
Use tags to search and filter your resources or track your Amazon Web Services costs.public UpdateSolNetworkInstanceRequest addTagsEntry(String key, String value)
public UpdateSolNetworkInstanceRequest clearTagsEntries()
public void setUpdateType(String updateType)
The type of update.
updateType - The type of update.UpdateSolNetworkTypepublic String getUpdateType()
The type of update.
UpdateSolNetworkTypepublic UpdateSolNetworkInstanceRequest withUpdateType(String updateType)
The type of update.
updateType - The type of update.UpdateSolNetworkTypepublic UpdateSolNetworkInstanceRequest withUpdateType(UpdateSolNetworkType updateType)
The type of update.
updateType - The type of update.UpdateSolNetworkTypepublic String toString()
toString in class ObjectObject.toString()public UpdateSolNetworkInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.