@Generated(value="software.amazon.awssdk:codegen") public final class ListCaCertificatesResponse extends IotResponse implements ToCopyableBuilder<ListCaCertificatesResponse.Builder,ListCaCertificatesResponse>
The output from the ListCACertificates operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCaCertificatesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCaCertificatesResponse.Builder |
builder() |
List<CACertificate> |
certificates()
The CA certificates registered in your AWS account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCertificates()
Returns true if the Certificates 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() |
String |
nextMarker()
The current position within the list of CA certificates.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCaCertificatesResponse.Builder> |
serializableBuilderClass() |
ListCaCertificatesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasCertificates()
public List<CACertificate> certificates()
The CA certificates registered in your AWS account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCertificates() to see if a value was sent in this field.
public String nextMarker()
The current position within the list of CA certificates.
public ListCaCertificatesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCaCertificatesResponse.Builder,ListCaCertificatesResponse>toBuilder in class AwsResponsepublic static ListCaCertificatesResponse.Builder builder()
public static Class<? extends ListCaCertificatesResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.