@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()