@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()
The token to advance to the next page of results from your request.
|
List<Operation> |
getOperations()
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
int |
hashCode() |
void |
setNextPageCount(String nextPageCount)
Deprecated.
|
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
void |
setOperations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
String |
toString()
Returns a string representation of this object.
|
GetOperationsForResourceResult |
withNextPageCount(String nextPageCount)
Deprecated.
|
GetOperationsForResourceResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
GetOperationsForResourceResult |
withOperations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
GetOperationsForResourceResult |
withOperations(Operation... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> getOperations()
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
public void setOperations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operations
- An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.public GetOperationsForResourceResult withOperations(Operation... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the 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 objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.public GetOperationsForResourceResult withOperations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operations
- An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.@Deprecated public void setNextPageCount(String nextPageCount)
(Discontinued) 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 discontinued,
and the API returns the next page token
parameter instead.
nextPageCount
- (Discontinued) 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
discontinued, and the API returns the next page token
parameter instead.
@Deprecated public String getNextPageCount()
(Discontinued) 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 discontinued,
and the API returns the next page token
parameter instead.
In releases prior to June 12, 2017, this parameter returned null
by the API. It is now
discontinued, and the API returns the next page token
parameter instead.
@Deprecated public GetOperationsForResourceResult withNextPageCount(String nextPageCount)
(Discontinued) 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 discontinued,
and the API returns the next page token
parameter instead.
nextPageCount
- (Discontinued) 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
discontinued, and the API returns the next page token
parameter instead.
public void setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetOperationsForResource
request and specify the
next page token using the pageToken
parameter.
nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetOperationsForResource
request and specify
the next page token using the pageToken
parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetOperationsForResource
request and specify the
next page token using the pageToken
parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetOperationsForResource
request and
specify the next page token using the pageToken
parameter.
public GetOperationsForResourceResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetOperationsForResource
request and specify the
next page token using the pageToken
parameter.
nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetOperationsForResource
request and specify
the next page token using the pageToken
parameter.
public String toString()
toString
in class Object
Object.toString()
public GetOperationsForResourceResult clone()