@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterPublisherRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RegisterPublisherRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterPublisherRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAcceptTermsAndConditions()
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
|
String |
getConnectionArn()
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your
connection to that account.
|
int |
hashCode() |
Boolean |
isAcceptTermsAndConditions()
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
|
void |
setAcceptTermsAndConditions(Boolean acceptTermsAndConditions)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
|
void |
setConnectionArn(String connectionArn)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your
connection to that account.
|
String |
toString()
Returns a string representation of this object.
|
RegisterPublisherRequest |
withAcceptTermsAndConditions(Boolean acceptTermsAndConditions)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.
|
RegisterPublisherRequest |
withConnectionArn(String connectionArn)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your
connection to that account.
|
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 setAcceptTermsAndConditions(Boolean acceptTermsAndConditions)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
acceptTermsAndConditions
- Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the
terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
public Boolean getAcceptTermsAndConditions()
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
The default is false
.
public RegisterPublisherRequest withAcceptTermsAndConditions(Boolean acceptTermsAndConditions)
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
acceptTermsAndConditions
- Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the
terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
public Boolean isAcceptTermsAndConditions()
Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.
The default is false
.
The default is false
.
public void setConnectionArn(String connectionArn)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
connectionArn
- If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN)
for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
public String getConnectionArn()
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
public RegisterPublisherRequest withConnectionArn(String connectionArn)
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
connectionArn
- If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN)
for your connection to that account.
For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.
public String toString()
toString
in class Object
Object.toString()
public RegisterPublisherRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()