@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSolNetworkServiceData extends Object implements Serializable, Cloneable, StructuredPojo
Information parameters and/or the configurable properties for a network descriptor used for update.
| Constructor and Description |
|---|
UpdateSolNetworkServiceData() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSolNetworkServiceData |
clone() |
boolean |
equals(Object obj) |
String |
getNsdInfoId()
ID of the network service descriptor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNsdInfoId(String nsdInfoId)
ID of the network service descriptor.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSolNetworkServiceData |
withNsdInfoId(String nsdInfoId)
ID of the network service descriptor.
|
public void setNsdInfoId(String nsdInfoId)
ID of the network service descriptor.
nsdInfoId - ID of the network service descriptor.public String getNsdInfoId()
ID of the network service descriptor.
public UpdateSolNetworkServiceData withNsdInfoId(String nsdInfoId)
ID of the network service descriptor.
nsdInfoId - ID of the network service descriptor.public String toString()
toString in class ObjectObject.toString()public UpdateSolNetworkServiceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.