@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()
Returns the number of pages of results that remain.
|
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)
Returns the number of pages of results that remain.
|
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)
Returns the number of pages of results that remain.
|
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.public void setNextPageCount(String nextPageCount)
Returns the number of pages of results that remain.
nextPageCount
- Returns the number of pages of results that remain.public String getNextPageCount()
Returns the number of pages of results that remain.
public GetOperationsForResourceResult withNextPageCount(String nextPageCount)
Returns the number of pages of results that remain.
nextPageCount
- Returns the number of pages of results that remain.public String toString()
toString
in class Object
Object.toString()
public GetOperationsForResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.