@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSolFunctionPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSolFunctionPackageRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSolFunctionPackageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOperationalState()
Operational state of the function package.
|
String |
getVnfPkgId()
ID of the function package.
|
int |
hashCode() |
void |
setOperationalState(String operationalState)
Operational state of the function package.
|
void |
setVnfPkgId(String vnfPkgId)
ID of the function package.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSolFunctionPackageRequest |
withOperationalState(OperationalState operationalState)
Operational state of the function package.
|
UpdateSolFunctionPackageRequest |
withOperationalState(String operationalState)
Operational state of the function package.
|
UpdateSolFunctionPackageRequest |
withVnfPkgId(String vnfPkgId)
ID of the function package.
|
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, withSdkRequestTimeoutpublic void setOperationalState(String operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalStatepublic String getOperationalState()
Operational state of the function package.
OperationalStatepublic UpdateSolFunctionPackageRequest withOperationalState(String operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalStatepublic UpdateSolFunctionPackageRequest withOperationalState(OperationalState operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalStatepublic void setVnfPkgId(String vnfPkgId)
ID of the function package.
vnfPkgId - ID of the function package.public String getVnfPkgId()
ID of the function package.
public UpdateSolFunctionPackageRequest withVnfPkgId(String vnfPkgId)
ID of the function package.
vnfPkgId - ID of the function package.public String toString()
toString in class ObjectObject.toString()public UpdateSolFunctionPackageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()