@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProvisioningArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProvisioningArtifactResult() |
Modifier and Type | Method and Description |
---|---|
CreateProvisioningArtifactResult |
addInfoEntry(String key,
String value)
Add a single Info entry
|
CreateProvisioningArtifactResult |
clearInfoEntries()
Removes all the entries added into Info.
|
CreateProvisioningArtifactResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getInfo()
Specify the template source with one of the following options, but not both.
|
ProvisioningArtifactDetail |
getProvisioningArtifactDetail()
Information about the provisioning artifact.
|
String |
getStatus()
The status of the current request.
|
int |
hashCode() |
void |
setInfo(Map<String,String> info)
Specify the template source with one of the following options, but not both.
|
void |
setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
void |
setStatus(Status status)
The status of the current request.
|
void |
setStatus(String status)
The status of the current request.
|
String |
toString()
Returns a string representation of this object.
|
CreateProvisioningArtifactResult |
withInfo(Map<String,String> info)
Specify the template source with one of the following options, but not both.
|
CreateProvisioningArtifactResult |
withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
CreateProvisioningArtifactResult |
withStatus(Status status)
The status of the current request.
|
CreateProvisioningArtifactResult |
withStatus(String status)
The status of the current request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail
- Information about the provisioning artifact.public ProvisioningArtifactDetail getProvisioningArtifactDetail()
Information about the provisioning artifact.
public CreateProvisioningArtifactResult withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail
- Information about the provisioning artifact.public Map<String,String> getInfo()
Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL
, ImportFromPhysicalId
].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
LoadTemplateFromURL
, ImportFromPhysicalId
].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
public void setInfo(Map<String,String> info)
Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL
, ImportFromPhysicalId
].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
info
- Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL
, ImportFromPhysicalId
].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
public CreateProvisioningArtifactResult withInfo(Map<String,String> info)
Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL
, ImportFromPhysicalId
].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
info
- Specify the template source with one of the following options, but not both. Keys accepted: [
LoadTemplateFromURL
, ImportFromPhysicalId
].
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
LoadTemplateFromURL
Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
ImportFromPhysicalId
Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
public CreateProvisioningArtifactResult addInfoEntry(String key, String value)
public CreateProvisioningArtifactResult clearInfoEntries()
public void setStatus(String status)
The status of the current request.
status
- The status of the current request.Status
public String getStatus()
The status of the current request.
Status
public CreateProvisioningArtifactResult withStatus(String status)
The status of the current request.
status
- The status of the current request.Status
public void setStatus(Status status)
The status of the current request.
status
- The status of the current request.Status
public CreateProvisioningArtifactResult withStatus(Status status)
The status of the current request.
status
- The status of the current request.Status
public String toString()
toString
in class Object
Object.toString()
public CreateProvisioningArtifactResult clone()