@Generated(value="software.amazon.awssdk:codegen") public final class ListCertificateAuthoritiesRequest extends AcmPcaRequest implements ToCopyableBuilder<ListCertificateAuthoritiesRequest.Builder,ListCertificateAuthoritiesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCertificateAuthoritiesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCertificateAuthoritiesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
String |
nextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
ResourceOwner |
resourceOwner()
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
String |
resourceOwnerAsString()
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCertificateAuthoritiesRequest.Builder> |
serializableBuilderClass() |
ListCertificateAuthoritiesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
NextToken parameter from the response you just
received.public final Integer maxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
NextToken element is sent in the response. Use this NextToken value in a
subsequent request to retrieve additional items.public final ResourceOwner resourceOwner()
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
If the service returns an enum value that is not available in the current SDK version, resourceOwner
will return ResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceOwnerAsString().
ResourceOwnerpublic final String resourceOwnerAsString()
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
If the service returns an enum value that is not available in the current SDK version, resourceOwner
will return ResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceOwnerAsString().
ResourceOwnerpublic ListCertificateAuthoritiesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCertificateAuthoritiesRequest.Builder,ListCertificateAuthoritiesRequest>toBuilder in class AcmPcaRequestpublic static ListCertificateAuthoritiesRequest.Builder builder()
public static Class<? extends ListCertificateAuthoritiesRequest.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 © 2023. All rights reserved.