@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateSolNetworkInstanceRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
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.
|
Map<String,String> |
getTags()
A tag is a label that you assign to an Amazon Web Services resource.
|
UpdateSolNetworkServiceData |
getUpdateNs()
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the
update.
|
String |
getUpdateType()
The type of update.
|
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.
|
void |
setUpdateNs(UpdateSolNetworkServiceData updateNs)
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the
update.
|
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 |
withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
UpdateSolNetworkInstanceRequest |
withUpdateNs(UpdateSolNetworkServiceData updateNs)
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the
update.
|
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 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 UpdateSolNetworkInstanceRequest 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 UpdateSolNetworkInstanceRequest addTagsEntry(String key, String value)
public UpdateSolNetworkInstanceRequest clearTagsEntries()
public void setUpdateNs(UpdateSolNetworkServiceData updateNs)
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
Include this property only if the update type is UPDATE_NS
.
updateNs
- Identifies the network service descriptor and the configurable properties of the descriptor, to be used
for the update.
Include this property only if the update type is UPDATE_NS
.
public UpdateSolNetworkServiceData getUpdateNs()
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
Include this property only if the update type is UPDATE_NS
.
Include this property only if the update type is UPDATE_NS
.
public UpdateSolNetworkInstanceRequest withUpdateNs(UpdateSolNetworkServiceData updateNs)
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
Include this property only if the update type is UPDATE_NS
.
updateNs
- Identifies the network service descriptor and the configurable properties of the descriptor, to be used
for the update.
Include this property only if the update type is UPDATE_NS
.
public void setUpdateType(String updateType)
The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in
the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service descriptor.
updateType
- The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function
configuration, in the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service
descriptor.
UpdateSolNetworkType
public String getUpdateType()
The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in
the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service descriptor.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function
configuration, in the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service
descriptor.
UpdateSolNetworkType
public UpdateSolNetworkInstanceRequest withUpdateType(String updateType)
The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in
the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service descriptor.
updateType
- The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function
configuration, in the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service
descriptor.
UpdateSolNetworkType
public UpdateSolNetworkInstanceRequest withUpdateType(UpdateSolNetworkType updateType)
The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in
the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service descriptor.
updateType
- The type of update.
Use the MODIFY_VNF_INFORMATION
update type, to update a specific network function
configuration, in the network instance.
Use the UPDATE_NS
update type, to update the network instance to a new network service
descriptor.
UpdateSolNetworkType
public String toString()
toString
in class Object
Object.toString()
public UpdateSolNetworkInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.