ToCopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListOutgoingCertificatesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
The output from the ListOutgoingCertificates operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListOutgoingCertificatesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListOutgoingCertificatesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
The marker for the next set of results.
|
List<OutgoingCertificate> |
outgoingCertificates() |
The certificates that are being transfered but not yet accepted.
|
static Class<? extends ListOutgoingCertificatesResponse.Builder> |
serializableBuilderClass() |
|
ListOutgoingCertificatesResponse.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<OutgoingCertificate> outgoingCertificates()
The certificates that are being transfered but not yet accepted.
public String nextMarker()
The marker for the next set of results.
public ListOutgoingCertificatesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
public static ListOutgoingCertificatesResponse.Builder builder()
public static Class<? extends ListOutgoingCertificatesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.