@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateSolNetworkInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
TerminateSolNetworkInstanceResult() |
Modifier and Type | Method and Description |
---|---|
TerminateSolNetworkInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNsLcmOpOccId()
The identifier of the operation occurrence.
|
int |
hashCode() |
void |
setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the operation occurrence.
|
String |
toString()
Returns a string representation of this object.
|
TerminateSolNetworkInstanceResult |
withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the operation occurrence.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the operation occurrence.
nsLcmOpOccId
- The identifier of the operation occurrence.public String getNsLcmOpOccId()
The identifier of the operation occurrence.
public TerminateSolNetworkInstanceResult withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the operation occurrence.
nsLcmOpOccId
- The identifier of the operation occurrence.public String toString()
toString
in class Object
Object.toString()
public TerminateSolNetworkInstanceResult clone()