@Generated(value="software.amazon.awssdk:codegen") public class GetOperationsForResourceResponse extends LightsailResponse implements ToCopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetOperationsForResourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetOperationsForResourceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse. |
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() |
sdkHttpResponsecopypublic List<Operation> operations()
An array of key-value pairs containing information about the results of your get operations for resource request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>toBuilder in class AwsResponsepublic static GetOperationsForResourceResponse.Builder builder()
public static Class<? extends GetOperationsForResourceResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.