@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProvisioningArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateProvisioningArtifactResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProvisioningArtifactResult |
addInfoEntry(String key,
String value)
Add a single Info entry
|
UpdateProvisioningArtifactResult |
clearInfoEntries()
Removes all the entries added into Info.
|
UpdateProvisioningArtifactResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getInfo()
The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
|
ProvisioningArtifactDetail |
getProvisioningArtifactDetail()
Information about the provisioning artifact.
|
String |
getStatus()
The status of the current request.
|
int |
hashCode() |
void |
setInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
|
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.
|
UpdateProvisioningArtifactResult |
withInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
|
UpdateProvisioningArtifactResult |
withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
UpdateProvisioningArtifactResult |
withStatus(Status status)
The status of the current request.
|
UpdateProvisioningArtifactResult |
withStatus(String status)
The status of the current request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail - Information about the provisioning artifact.public ProvisioningArtifactDetail getProvisioningArtifactDetail()
Information about the provisioning artifact.
public UpdateProvisioningArtifactResult withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail - Information about the provisioning artifact.public Map<String,String> getInfo()
The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
public void setInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
info - The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.public UpdateProvisioningArtifactResult withInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
info - The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.public UpdateProvisioningArtifactResult addInfoEntry(String key, String value)
public UpdateProvisioningArtifactResult clearInfoEntries()
public void setStatus(String status)
The status of the current request.
status - The status of the current request.Statuspublic String getStatus()
The status of the current request.
Statuspublic UpdateProvisioningArtifactResult withStatus(String status)
The status of the current request.
status - The status of the current request.Statuspublic void setStatus(Status status)
The status of the current request.
status - The status of the current request.Statuspublic UpdateProvisioningArtifactResult withStatus(Status status)
The status of the current request.
status - The status of the current request.Statuspublic String toString()
toString in class ObjectObject.toString()public UpdateProvisioningArtifactResult clone()