@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()
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.
|
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, 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 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.UpdateSolNetworkType
public String getUpdateType()
The type of update.
UpdateSolNetworkType
public UpdateSolNetworkInstanceRequest withUpdateType(String updateType)
The type of update.
updateType
- The type of update.UpdateSolNetworkType
public UpdateSolNetworkInstanceRequest withUpdateType(UpdateSolNetworkType updateType)
The type of update.
updateType
- The type of update.UpdateSolNetworkType
public String toString()
toString
in class Object
Object.toString()
public UpdateSolNetworkInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()