@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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 - WorkloadEnvironmentpublic String getEnvironment()
WorkloadEnvironmentpublic UpdateWorkloadRequest withEnvironment(String environment)
environment - WorkloadEnvironmentpublic UpdateWorkloadRequest withEnvironment(WorkloadEnvironment environment)
environment - WorkloadEnvironmentpublic 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 - WorkloadImprovementStatuspublic String getImprovementStatus()
WorkloadImprovementStatuspublic UpdateWorkloadRequest withImprovementStatus(String improvementStatus)
improvementStatus - WorkloadImprovementStatuspublic UpdateWorkloadRequest withImprovementStatus(WorkloadImprovementStatus improvementStatus)
improvementStatus - WorkloadImprovementStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateWorkloadRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.