@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstantiateSolNetworkInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
InstantiateSolNetworkInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
InstantiateSolNetworkInstanceRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
InstantiateSolNetworkInstanceRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
InstantiateSolNetworkInstanceRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDryRun()
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
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() |
Boolean |
isDryRun()
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
void |
setDryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
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.
|
InstantiateSolNetworkInstanceRequest |
withDryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
InstantiateSolNetworkInstanceRequest |
withNsInstanceId(String nsInstanceId)
ID of the network instance.
|
InstantiateSolNetworkInstanceRequest |
withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
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 InstantiateSolNetworkInstanceRequest()
public void setDryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - A check for whether you have the required permissions for the action without actually making the request
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.public Boolean getDryRun()
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
DryRunOperation. Otherwise, it is UnauthorizedOperation.public InstantiateSolNetworkInstanceRequest withDryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - A check for whether you have the required permissions for the action without actually making the request
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.public Boolean isDryRun()
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
DryRunOperation. Otherwise, it is UnauthorizedOperation.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 InstantiateSolNetworkInstanceRequest 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 InstantiateSolNetworkInstanceRequest 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 InstantiateSolNetworkInstanceRequest addTagsEntry(String key, String value)
public InstantiateSolNetworkInstanceRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public InstantiateSolNetworkInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.