@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AccountSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.