ToCopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>
@Generated("software.amazon.awssdk:codegen") public class GetOperationsForResourceResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetOperationsForResourceResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetOperationsForResourceResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageCount() |
(Deprecated) Returns the number of pages of results that remain.
|
String |
nextPageToken() |
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<Operation> |
operations() |
An array of key-value pairs containing information about the results of your get operations for resource request.
|
static Class<? extends GetOperationsForResourceResponse.Builder> |
serializableBuilderClass() |
|
GetOperationsForResourceResponse.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<Operation> operations()
An array of key-value pairs containing information about the results of your get operations for resource request.
public String nextPageCount()
(Deprecated) Returns the number of pages of results that remain.
In releases prior to June 12, 2017, this parameter returned null
by the API. It is now deprecated,
and the API returns the nextPageToken
parameter instead.
In releases prior to June 12, 2017, this parameter returned null
by the API. It is now
deprecated, and the API returns the nextPageToken
parameter instead.
public String nextPageToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public GetOperationsForResourceResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>
public static GetOperationsForResourceResponse.Builder builder()
public static Class<? extends GetOperationsForResourceResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.