@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyCertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyCertificatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateIdentifier()
The new default certificate identifier to override the current one with.
|
Boolean |
getRemoveCustomerOverride()
A value that indicates whether to remove the override for the default certificate.
|
int |
hashCode() |
Boolean |
isRemoveCustomerOverride()
A value that indicates whether to remove the override for the default certificate.
|
void |
setCertificateIdentifier(String certificateIdentifier)
The new default certificate identifier to override the current one with.
|
void |
setRemoveCustomerOverride(Boolean removeCustomerOverride)
A value that indicates whether to remove the override for the default certificate.
|
String |
toString()
Returns a string representation of this object.
|
ModifyCertificatesRequest |
withCertificateIdentifier(String certificateIdentifier)
The new default certificate identifier to override the current one with.
|
ModifyCertificatesRequest |
withRemoveCustomerOverride(Boolean removeCustomerOverride)
A value that indicates whether to remove the override for the default certificate.
|
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 setCertificateIdentifier(String certificateIdentifier)
The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates
CLI command or the
DescribeCertificates
API operation.
certificateIdentifier
- The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates
CLI command or the
DescribeCertificates
API operation.
public String getCertificateIdentifier()
The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates
CLI command or the
DescribeCertificates
API operation.
To determine the valid values, use the describe-certificates
CLI command or the
DescribeCertificates
API operation.
public ModifyCertificatesRequest withCertificateIdentifier(String certificateIdentifier)
The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates
CLI command or the
DescribeCertificates
API operation.
certificateIdentifier
- The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates
CLI command or the
DescribeCertificates
API operation.
public void setRemoveCustomerOverride(Boolean removeCustomerOverride)
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
removeCustomerOverride
- A value that indicates whether to remove the override for the default certificate. If the override is
removed, the default certificate is the system default.public Boolean getRemoveCustomerOverride()
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
public ModifyCertificatesRequest withRemoveCustomerOverride(Boolean removeCustomerOverride)
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
removeCustomerOverride
- A value that indicates whether to remove the override for the default certificate. If the override is
removed, the default certificate is the system default.public Boolean isRemoveCustomerOverride()
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
public String toString()
toString
in class Object
Object.toString()
public ModifyCertificatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()