@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOperationsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetOperationsForResourceResult() |
Modifier and Type | Method and Description |
---|---|
GetOperationsForResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageCount()
Deprecated.
|
String |
getNextPageToken()
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> |
getOperations()
An array of key-value pairs containing information about the results of your get operations for resource request.
|
int |
hashCode() |
void |
setNextPageCount(String nextPageCount)
Deprecated.
|
void |
setNextPageToken(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.
|
void |
setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your get operations for resource request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetOperationsForResourceResult |
withNextPageCount(String nextPageCount)
Deprecated.
|
GetOperationsForResourceResult |
withNextPageToken(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.
|
GetOperationsForResourceResult |
withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your get operations for resource request.
|
GetOperationsForResourceResult |
withOperations(Operation... operations)
An array of key-value pairs containing information about the results of your get operations for resource request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> getOperations()
An array of key-value pairs containing information about the results of your get operations for resource request.
public void setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your get operations for resource request.
operations
- An array of key-value pairs containing information about the results of your get operations for resource
request.public GetOperationsForResourceResult withOperations(Operation... operations)
An array of key-value pairs containing information about the results of your get operations for resource request.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
or withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- An array of key-value pairs containing information about the results of your get operations for resource
request.public GetOperationsForResourceResult withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your get operations for resource request.
operations
- An array of key-value pairs containing information about the results of your get operations for resource
request.@Deprecated public void setNextPageCount(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.
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.
@Deprecated public String getNextPageCount()
(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.
@Deprecated public GetOperationsForResourceResult withNextPageCount(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.
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.
public void setNextPageToken(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.
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 String getNextPageToken()
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 GetOperationsForResourceResult withNextPageToken(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.
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 String toString()
toString
in class Object
Object.toString()
public GetOperationsForResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.