@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateSolNetworkInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TerminateSolNetworkInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
TerminateSolNetworkInstanceRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
TerminateSolNetworkInstanceRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
TerminateSolNetworkInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
TerminateSolNetworkInstanceRequest |
withNsInstanceId(String nsInstanceId)
ID of the network instance.
|
TerminateSolNetworkInstanceRequest |
withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
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 setNsInstanceId(String nsInstanceId)
ID of the network instance.
nsInstanceId
- ID of the network instance.public String getNsInstanceId()
ID of the network instance.
public TerminateSolNetworkInstanceRequest 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 only applied to the network operation that is created. These tags are not applied to the network instance. 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 only applied to the network operation that is created. These tags are not applied to the network instance. 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 only applied to the network operation that is created.
These tags are not applied to the network instance. Use tags to search and filter your resources or track
your Amazon Web Services costs.public TerminateSolNetworkInstanceRequest 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 only applied to the network operation that is created. These tags are not applied to the network instance. 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 only applied to the network operation that is created.
These tags are not applied to the network instance. Use tags to search and filter your resources or track
your Amazon Web Services costs.public TerminateSolNetworkInstanceRequest addTagsEntry(String key, String value)
public TerminateSolNetworkInstanceRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public TerminateSolNetworkInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()