@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 |
clone() |
boolean |
equals(Object obj) |
String |
getNsInstanceId()
ID of the network instance.
|
String |
getUpdateType()
The type of update.
|
int |
hashCode() |
void |
setNsInstanceId(String nsInstanceId)
ID of the network instance.
|
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 |
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 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.