ToCopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListCertificatesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
The output of the ListCertificates operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCertificatesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListCertificatesResponse.Builder |
builder() |
|
List<Certificate> |
certificates() |
The descriptions of the certificates.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
The marker for the next set of results, or null if there are no additional results.
|
static Class<? extends ListCertificatesResponse.Builder> |
serializableBuilderClass() |
|
ListCertificatesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Certificate> certificates()
The descriptions of the certificates.
public String nextMarker()
The marker for the next set of results, or null if there are no additional results.
public ListCertificatesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
public static ListCertificatesResponse.Builder builder()
public static Class<? extends ListCertificatesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.