@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkloadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to update a workload.
NOOP
Constructor and Description |
---|
UpdateWorkloadRequest() |
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 void setWorkloadId(String workloadId)
workloadId
- public String getWorkloadId()
public UpdateWorkloadRequest withWorkloadId(String workloadId)
workloadId
- public void setWorkloadName(String workloadName)
workloadName
- public String getWorkloadName()
public UpdateWorkloadRequest withWorkloadName(String workloadName)
workloadName
- public void setDescription(String description)
description
- public String getDescription()
public UpdateWorkloadRequest withDescription(String description)
description
- public void setEnvironment(String environment)
environment
- WorkloadEnvironment
public String getEnvironment()
WorkloadEnvironment
public UpdateWorkloadRequest withEnvironment(String environment)
environment
- WorkloadEnvironment
public UpdateWorkloadRequest withEnvironment(WorkloadEnvironment environment)
environment
- WorkloadEnvironment
public void setAccountIds(Collection<String> accountIds)
accountIds
- public UpdateWorkloadRequest withAccountIds(String... accountIds)
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- public UpdateWorkloadRequest withAccountIds(Collection<String> accountIds)
accountIds
- public void setAwsRegions(Collection<String> awsRegions)
awsRegions
- public UpdateWorkloadRequest withAwsRegions(String... awsRegions)
NOTE: This method appends the values to the existing list (if any). Use
setAwsRegions(java.util.Collection)
or withAwsRegions(java.util.Collection)
if you want to
override the existing values.
awsRegions
- public UpdateWorkloadRequest withAwsRegions(Collection<String> awsRegions)
awsRegions
- public void setNonAwsRegions(Collection<String> nonAwsRegions)
nonAwsRegions
- public UpdateWorkloadRequest withNonAwsRegions(String... nonAwsRegions)
NOTE: This method appends the values to the existing list (if any). Use
setNonAwsRegions(java.util.Collection)
or withNonAwsRegions(java.util.Collection)
if you want
to override the existing values.
nonAwsRegions
- public UpdateWorkloadRequest withNonAwsRegions(Collection<String> nonAwsRegions)
nonAwsRegions
- public void setPillarPriorities(Collection<String> pillarPriorities)
pillarPriorities
- public UpdateWorkloadRequest withPillarPriorities(String... pillarPriorities)
NOTE: This method appends the values to the existing list (if any). Use
setPillarPriorities(java.util.Collection)
or withPillarPriorities(java.util.Collection)
if you
want to override the existing values.
pillarPriorities
- public UpdateWorkloadRequest withPillarPriorities(Collection<String> pillarPriorities)
pillarPriorities
- public void setArchitecturalDesign(String architecturalDesign)
architecturalDesign
- public String getArchitecturalDesign()
public UpdateWorkloadRequest withArchitecturalDesign(String architecturalDesign)
architecturalDesign
- public void setReviewOwner(String reviewOwner)
reviewOwner
- public String getReviewOwner()
public UpdateWorkloadRequest withReviewOwner(String reviewOwner)
reviewOwner
- public void setIsReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
isReviewOwnerUpdateAcknowledged
- Flag indicating whether the workload owner has acknowledged that the Review owner field is
required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
public Boolean getIsReviewOwnerUpdateAcknowledged()
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
public UpdateWorkloadRequest withIsReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
isReviewOwnerUpdateAcknowledged
- Flag indicating whether the workload owner has acknowledged that the Review owner field is
required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
public Boolean isReviewOwnerUpdateAcknowledged()
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
public void setIndustryType(String industryType)
industryType
- public String getIndustryType()
public UpdateWorkloadRequest withIndustryType(String industryType)
industryType
- public void setIndustry(String industry)
industry
- public String getIndustry()
public UpdateWorkloadRequest withIndustry(String industry)
industry
- public void setNotes(String notes)
notes
- public String getNotes()
public UpdateWorkloadRequest withNotes(String notes)
notes
- public void setImprovementStatus(String improvementStatus)
improvementStatus
- WorkloadImprovementStatus
public String getImprovementStatus()
WorkloadImprovementStatus
public UpdateWorkloadRequest withImprovementStatus(String improvementStatus)
improvementStatus
- WorkloadImprovementStatus
public UpdateWorkloadRequest withImprovementStatus(WorkloadImprovementStatus improvementStatus)
improvementStatus
- WorkloadImprovementStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateWorkloadRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()