@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettings extends Object implements Serializable, Cloneable, StructuredPojo
The Proton pipeline service role and repository data.
Constructor and Description |
---|
AccountSettings() |
Modifier and Type | Method and Description |
---|---|
AccountSettings |
clone() |
boolean |
equals(Object obj) |
RepositoryBranch |
getPipelineProvisioningRepository()
The repository that you provide with pull request provisioning.
|
String |
getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the Proton pipeline service role.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)
The repository that you provide with pull request provisioning.
|
void |
setPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton pipeline service role.
|
String |
toString()
Returns a string representation of this object.
|
AccountSettings |
withPipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)
The repository that you provide with pull request provisioning.
|
AccountSettings |
withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton pipeline service role.
|
public void setPipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)
The repository that you provide with pull request provisioning.
Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
pipelineProvisioningRepository
- The repository that you provide with pull request provisioning. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
public RepositoryBranch getPipelineProvisioningRepository()
The repository that you provide with pull request provisioning.
Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
public AccountSettings withPipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)
The repository that you provide with pull request provisioning.
Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
pipelineProvisioningRepository
- The repository that you provide with pull request provisioning. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
public void setPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton pipeline service role.
pipelineServiceRoleArn
- The Amazon Resource Name (ARN) of the Proton pipeline service role.public String getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the Proton pipeline service role.
public AccountSettings withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton pipeline service role.
pipelineServiceRoleArn
- The Amazon Resource Name (ARN) of the 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.