@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCertificateProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCertificateProviderResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificateProviderResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAccountDefaultForOperations()
A list of the operations that the certificate provider will use to generate certificates.
|
String |
getCertificateProviderArn()
The ARN of the certificate provider.
|
String |
getCertificateProviderName()
The name of the certificate provider.
|
Date |
getCreationDate()
The date-time string that indicates when the certificate provider was created.
|
String |
getLambdaFunctionArn()
The Lambda function ARN that's associated with the certificate provider.
|
Date |
getLastModifiedDate()
The date-time string that indicates when the certificate provider was last updated.
|
int |
hashCode() |
void |
setAccountDefaultForOperations(Collection<String> accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates.
|
void |
setCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
|
void |
setCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
|
void |
setCreationDate(Date creationDate)
The date-time string that indicates when the certificate provider was created.
|
void |
setLambdaFunctionArn(String lambdaFunctionArn)
The Lambda function ARN that's associated with the certificate provider.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date-time string that indicates when the certificate provider was last updated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCertificateProviderResult |
withAccountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates.
|
DescribeCertificateProviderResult |
withAccountDefaultForOperations(Collection<String> accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates.
|
DescribeCertificateProviderResult |
withAccountDefaultForOperations(String... accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates.
|
DescribeCertificateProviderResult |
withCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
|
DescribeCertificateProviderResult |
withCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
|
DescribeCertificateProviderResult |
withCreationDate(Date creationDate)
The date-time string that indicates when the certificate provider was created.
|
DescribeCertificateProviderResult |
withLambdaFunctionArn(String lambdaFunctionArn)
The Lambda function ARN that's associated with the certificate provider.
|
DescribeCertificateProviderResult |
withLastModifiedDate(Date lastModifiedDate)
The date-time string that indicates when the certificate provider was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
certificateProviderName
- The name of the certificate provider.public String getCertificateProviderName()
The name of the certificate provider.
public DescribeCertificateProviderResult withCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
certificateProviderName
- The name of the certificate provider.public void setCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
certificateProviderArn
- The ARN of the certificate provider.public String getCertificateProviderArn()
The ARN of the certificate provider.
public DescribeCertificateProviderResult withCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
certificateProviderArn
- The ARN of the certificate provider.public void setLambdaFunctionArn(String lambdaFunctionArn)
The Lambda function ARN that's associated with the certificate provider.
lambdaFunctionArn
- The Lambda function ARN that's associated with the certificate provider.public String getLambdaFunctionArn()
The Lambda function ARN that's associated with the certificate provider.
public DescribeCertificateProviderResult withLambdaFunctionArn(String lambdaFunctionArn)
The Lambda function ARN that's associated with the certificate provider.
lambdaFunctionArn
- The Lambda function ARN that's associated with the certificate provider.public List<String> getAccountDefaultForOperations()
A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.
CreateCertificateFromCsr
.CertificateProviderOperation
public void setAccountDefaultForOperations(Collection<String> accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.
accountDefaultForOperations
- A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.CertificateProviderOperation
public DescribeCertificateProviderResult withAccountDefaultForOperations(String... accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.
NOTE: This method appends the values to the existing list (if any). Use
setAccountDefaultForOperations(java.util.Collection)
or
withAccountDefaultForOperations(java.util.Collection)
if you want to override the existing values.
accountDefaultForOperations
- A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.CertificateProviderOperation
public DescribeCertificateProviderResult withAccountDefaultForOperations(Collection<String> accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.
accountDefaultForOperations
- A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.CertificateProviderOperation
public DescribeCertificateProviderResult withAccountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations)
A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.
accountDefaultForOperations
- A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr
.CertificateProviderOperation
public void setCreationDate(Date creationDate)
The date-time string that indicates when the certificate provider was created.
creationDate
- The date-time string that indicates when the certificate provider was created.public Date getCreationDate()
The date-time string that indicates when the certificate provider was created.
public DescribeCertificateProviderResult withCreationDate(Date creationDate)
The date-time string that indicates when the certificate provider was created.
creationDate
- The date-time string that indicates when the certificate provider was created.public void setLastModifiedDate(Date lastModifiedDate)
The date-time string that indicates when the certificate provider was last updated.
lastModifiedDate
- The date-time string that indicates when the certificate provider was last updated.public Date getLastModifiedDate()
The date-time string that indicates when the certificate provider was last updated.
public DescribeCertificateProviderResult withLastModifiedDate(Date lastModifiedDate)
The date-time string that indicates when the certificate provider was last updated.
lastModifiedDate
- The date-time string that indicates when the certificate provider was last updated.public String toString()
toString
in class Object
Object.toString()
public DescribeCertificateProviderResult clone()