@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateAccountSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountSettingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
|
int |
hashCode() |
void |
setPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsRequest |
withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
|
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 setPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
pipelineServiceRoleArn - The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.public String getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
public UpdateAccountSettingsRequest withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
pipelineServiceRoleArn - The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.public String toString()
toString in class ObjectObject.toString()public UpdateAccountSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.