@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 |
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.
|
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.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public InstantiateSolNetworkInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.