@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSolFunctionPackageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSolFunctionPackageResult() |
Modifier and Type | Method and Description |
---|---|
CreateSolFunctionPackageResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSolFunctionPackageResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSolFunctionPackageResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Function package ARN.
|
String |
getId()
ID of the function package.
|
String |
getOnboardingState()
Onboarding state of the function package.
|
String |
getOperationalState()
Operational state of the function package.
|
Map<String,String> |
getTags()
A tag is a label that you assign to an Amazon Web Services resource.
|
String |
getUsageState()
Usage state of the function package.
|
int |
hashCode() |
void |
setArn(String arn)
Function package ARN.
|
void |
setId(String id)
ID of the function package.
|
void |
setOnboardingState(String onboardingState)
Onboarding state of the function package.
|
void |
setOperationalState(String operationalState)
Operational state of the function package.
|
void |
setTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
void |
setUsageState(String usageState)
Usage state of the function package.
|
String |
toString()
Returns a string representation of this object.
|
CreateSolFunctionPackageResult |
withArn(String arn)
Function package ARN.
|
CreateSolFunctionPackageResult |
withId(String id)
ID of the function package.
|
CreateSolFunctionPackageResult |
withOnboardingState(OnboardingState onboardingState)
Onboarding state of the function package.
|
CreateSolFunctionPackageResult |
withOnboardingState(String onboardingState)
Onboarding state of the function package.
|
CreateSolFunctionPackageResult |
withOperationalState(OperationalState operationalState)
Operational state of the function package.
|
CreateSolFunctionPackageResult |
withOperationalState(String operationalState)
Operational state of the function package.
|
CreateSolFunctionPackageResult |
withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
CreateSolFunctionPackageResult |
withUsageState(String usageState)
Usage state of the function package.
|
CreateSolFunctionPackageResult |
withUsageState(UsageState usageState)
Usage state of the function package.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
Function package ARN.
arn
- Function package ARN.public String getArn()
Function package ARN.
public CreateSolFunctionPackageResult withArn(String arn)
Function package ARN.
arn
- Function package ARN.public void setId(String id)
ID of the function package.
id
- ID of the function package.public String getId()
ID of the function package.
public CreateSolFunctionPackageResult withId(String id)
ID of the function package.
id
- ID of the function package.public void setOnboardingState(String onboardingState)
Onboarding state of the function package.
onboardingState
- Onboarding state of the function package.OnboardingState
public String getOnboardingState()
Onboarding state of the function package.
OnboardingState
public CreateSolFunctionPackageResult withOnboardingState(String onboardingState)
Onboarding state of the function package.
onboardingState
- Onboarding state of the function package.OnboardingState
public CreateSolFunctionPackageResult withOnboardingState(OnboardingState onboardingState)
Onboarding state of the function package.
onboardingState
- Onboarding state of the function package.OnboardingState
public void setOperationalState(String operationalState)
Operational state of the function package.
operationalState
- Operational state of the function package.OperationalState
public String getOperationalState()
Operational state of the function package.
OperationalState
public CreateSolFunctionPackageResult withOperationalState(String operationalState)
Operational state of the function package.
operationalState
- Operational state of the function package.OperationalState
public CreateSolFunctionPackageResult withOperationalState(OperationalState operationalState)
Operational state of the function package.
operationalState
- Operational state of the function package.OperationalState
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. You can 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. You can 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. You can use tags to search and filter your resources or track your Amazon Web Services
costs.public CreateSolFunctionPackageResult 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. You can 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. You can use tags to search and filter your resources or track your Amazon Web Services
costs.public CreateSolFunctionPackageResult addTagsEntry(String key, String value)
public CreateSolFunctionPackageResult clearTagsEntries()
public void setUsageState(String usageState)
Usage state of the function package.
usageState
- Usage state of the function package.UsageState
public String getUsageState()
Usage state of the function package.
UsageState
public CreateSolFunctionPackageResult withUsageState(String usageState)
Usage state of the function package.
usageState
- Usage state of the function package.UsageState
public CreateSolFunctionPackageResult withUsageState(UsageState usageState)
Usage state of the function package.
usageState
- Usage state of the function package.UsageState
public String toString()
toString
in class Object
Object.toString()
public CreateSolFunctionPackageResult clone()