@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) |
RepositoryBranchInput |
getPipelineProvisioningRepository()
A repository for pipeline provisioning.
|
String |
getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines.
|
int |
hashCode() |
void |
setPipelineProvisioningRepository(RepositoryBranchInput pipelineProvisioningRepository)
A repository for pipeline provisioning.
|
void |
setPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsRequest |
withPipelineProvisioningRepository(RepositoryBranchInput pipelineProvisioningRepository)
A repository for pipeline provisioning.
|
UpdateAccountSettingsRequest |
withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines.
|
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 setPipelineProvisioningRepository(RepositoryBranchInput pipelineProvisioningRepository)
A repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that include pipelines.
pipelineProvisioningRepository
- A repository for pipeline provisioning. Specify it if you have environments configured for self-managed
provisioning with services that include pipelines.public RepositoryBranchInput getPipelineProvisioningRepository()
A repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that include pipelines.
public UpdateAccountSettingsRequest withPipelineProvisioningRepository(RepositoryBranchInput pipelineProvisioningRepository)
A repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that include pipelines.
pipelineProvisioningRepository
- A repository for pipeline provisioning. Specify it if you have environments configured for self-managed
provisioning with services that include pipelines.public void setPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.
pipelineServiceRoleArn
- The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by
Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed
provisioning.public String getPipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.
public UpdateAccountSettingsRequest withPipelineServiceRoleArn(String pipelineServiceRoleArn)
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.
pipelineServiceRoleArn
- The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by
Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed
provisioning.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()