@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettings extends Object implements Serializable, Cloneable, StructuredPojo
The AWS Proton pipeline service role data.
| Constructor and Description |
|---|
AccountSettings() |
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
AccountSettings |
withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
|
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 AccountSettings 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 AccountSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.