@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotifyResourceDeploymentStatusChangeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
NotifyResourceDeploymentStatusChangeRequest() |
Modifier and Type | Method and Description |
---|---|
NotifyResourceDeploymentStatusChangeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The deployment ID for your provisioned resource.
|
List<Output> |
getOutputs()
The provisioned resource state change detail data that's returned by Proton.
|
String |
getResourceArn()
The provisioned resource Amazon Resource Name (ARN).
|
String |
getStatus()
The status of your provisioned resource.
|
String |
getStatusMessage()
The deployment status message for your provisioned resource.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The deployment ID for your provisioned resource.
|
void |
setOutputs(Collection<Output> outputs)
The provisioned resource state change detail data that's returned by Proton.
|
void |
setResourceArn(String resourceArn)
The provisioned resource Amazon Resource Name (ARN).
|
void |
setStatus(String status)
The status of your provisioned resource.
|
void |
setStatusMessage(String statusMessage)
The deployment status message for your provisioned resource.
|
String |
toString()
Returns a string representation of this object.
|
NotifyResourceDeploymentStatusChangeRequest |
withDeploymentId(String deploymentId)
The deployment ID for your provisioned resource.
|
NotifyResourceDeploymentStatusChangeRequest |
withOutputs(Collection<Output> outputs)
The provisioned resource state change detail data that's returned by Proton.
|
NotifyResourceDeploymentStatusChangeRequest |
withOutputs(Output... outputs)
The provisioned resource state change detail data that's returned by Proton.
|
NotifyResourceDeploymentStatusChangeRequest |
withResourceArn(String resourceArn)
The provisioned resource Amazon Resource Name (ARN).
|
NotifyResourceDeploymentStatusChangeRequest |
withStatus(ResourceDeploymentStatus status)
The status of your provisioned resource.
|
NotifyResourceDeploymentStatusChangeRequest |
withStatus(String status)
The status of your provisioned resource.
|
NotifyResourceDeploymentStatusChangeRequest |
withStatusMessage(String statusMessage)
The deployment status message for your provisioned resource.
|
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, withSdkRequestTimeout
public NotifyResourceDeploymentStatusChangeRequest()
public void setDeploymentId(String deploymentId)
The deployment ID for your provisioned resource.
deploymentId
- The deployment ID for your provisioned resource.public String getDeploymentId()
The deployment ID for your provisioned resource.
public NotifyResourceDeploymentStatusChangeRequest withDeploymentId(String deploymentId)
The deployment ID for your provisioned resource.
deploymentId
- The deployment ID for your provisioned resource.public List<Output> getOutputs()
The provisioned resource state change detail data that's returned by Proton.
public void setOutputs(Collection<Output> outputs)
The provisioned resource state change detail data that's returned by Proton.
outputs
- The provisioned resource state change detail data that's returned by Proton.public NotifyResourceDeploymentStatusChangeRequest withOutputs(Output... outputs)
The provisioned resource state change detail data that's returned by Proton.
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- The provisioned resource state change detail data that's returned by Proton.public NotifyResourceDeploymentStatusChangeRequest withOutputs(Collection<Output> outputs)
The provisioned resource state change detail data that's returned by Proton.
outputs
- The provisioned resource state change detail data that's returned by Proton.public void setResourceArn(String resourceArn)
The provisioned resource Amazon Resource Name (ARN).
resourceArn
- The provisioned resource Amazon Resource Name (ARN).public String getResourceArn()
The provisioned resource Amazon Resource Name (ARN).
public NotifyResourceDeploymentStatusChangeRequest withResourceArn(String resourceArn)
The provisioned resource Amazon Resource Name (ARN).
resourceArn
- The provisioned resource Amazon Resource Name (ARN).public void setStatus(String status)
The status of your provisioned resource.
status
- The status of your provisioned resource.ResourceDeploymentStatus
public String getStatus()
The status of your provisioned resource.
ResourceDeploymentStatus
public NotifyResourceDeploymentStatusChangeRequest withStatus(String status)
The status of your provisioned resource.
status
- The status of your provisioned resource.ResourceDeploymentStatus
public NotifyResourceDeploymentStatusChangeRequest withStatus(ResourceDeploymentStatus status)
The status of your provisioned resource.
status
- The status of your provisioned resource.ResourceDeploymentStatus
public void setStatusMessage(String statusMessage)
The deployment status message for your provisioned resource.
statusMessage
- The deployment status message for your provisioned resource.public String getStatusMessage()
The deployment status message for your provisioned resource.
public NotifyResourceDeploymentStatusChangeRequest withStatusMessage(String statusMessage)
The deployment status message for your provisioned resource.
statusMessage
- The deployment status message for your provisioned resource.public String toString()
toString
in class Object
Object.toString()
public NotifyResourceDeploymentStatusChangeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()