ToCopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListOperationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
The ListOperations response includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListOperationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListOperationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageMarker() |
If there are more operations than you specified for
MaxItems in the request, submit another request
and include the value of NextPageMarker in the value of Marker . |
List<OperationSummary> |
operations() |
Lists summaries of the operations.
|
static Class<? extends ListOperationsResponse.Builder> |
serializableBuilderClass() |
|
ListOperationsResponse.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<OperationSummary> operations()
Lists summaries of the operations.
public String nextPageMarker()
If there are more operations than you specified for MaxItems
in the request, submit another request
and include the value of NextPageMarker
in the value of Marker
.
MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.public ListOperationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
public static ListOperationsResponse.Builder builder()
public static Class<? extends ListOperationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.