@Generated(value="software.amazon.awssdk:codegen") public final class GetCertificatesRequest extends LightsailRequest implements ToCopyableBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCertificatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetCertificatesRequest.Builder |
builder() |
String |
certificateName()
The name for the certificate for which to return information.
|
List<CertificateStatus> |
certificateStatuses()
The status of the certificates for which to return information.
|
List<String> |
certificateStatusesAsStrings()
The status of the certificates for which to return information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCertificateStatuses()
Returns true if the CertificateStatuses property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
Boolean |
includeCertificateDetails()
Indicates whether to include detailed information about the certificates in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCertificatesRequest.Builder> |
serializableBuilderClass() |
GetCertificatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<CertificateStatus> certificateStatuses()
The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCertificateStatuses() to see if a value was sent in this field.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.
public final boolean hasCertificateStatuses()
public final List<String> certificateStatusesAsStrings()
The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCertificateStatuses() to see if a value was sent in this field.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.
public final Boolean includeCertificateDetails()
Indicates whether to include detailed information about the certificates in the response.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
public final String certificateName()
The name for the certificate for which to return information.
When omitted, the response includes all of your certificates in the AWS Region where the request is made.
When omitted, the response includes all of your certificates in the AWS Region where the request is made.
public GetCertificatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>toBuilder in class LightsailRequestpublic static GetCertificatesRequest.Builder builder()
public static Class<? extends GetCertificatesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.