@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSolFunctionPackageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateSolFunctionPackageResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateSolFunctionPackageResult | clone() | 
| boolean | equals(Object obj) | 
| String | getOperationalState()
 Operational state of the function package. | 
| int | hashCode() | 
| void | setOperationalState(String operationalState)
 Operational state of the function package. | 
| String | toString()Returns a string representation of this object. | 
| UpdateSolFunctionPackageResult | withOperationalState(OperationalState operationalState)
 Operational state of the function package. | 
| UpdateSolFunctionPackageResult | withOperationalState(String operationalState)
 Operational state of the function package. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 UpdateSolFunctionPackageResult withOperationalState(String operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalStatepublic UpdateSolFunctionPackageResult withOperationalState(OperationalState operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalStatepublic String toString()
toString in class ObjectObject.toString()public UpdateSolFunctionPackageResult clone()