@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOpsMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOpsMetadataResult() |
Modifier and Type | Method and Description |
---|---|
ListOpsMetadataResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<OpsMetadata> |
getOpsMetadataList()
Returns a list of OpsMetadata objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setOpsMetadataList(Collection<OpsMetadata> opsMetadataList)
Returns a list of OpsMetadata objects.
|
String |
toString()
Returns a string representation of this object.
|
ListOpsMetadataResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
ListOpsMetadataResult |
withOpsMetadataList(Collection<OpsMetadata> opsMetadataList)
Returns a list of OpsMetadata objects.
|
ListOpsMetadataResult |
withOpsMetadataList(OpsMetadata... opsMetadataList)
Returns a list of OpsMetadata objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OpsMetadata> getOpsMetadataList()
Returns a list of OpsMetadata objects.
public void setOpsMetadataList(Collection<OpsMetadata> opsMetadataList)
Returns a list of OpsMetadata objects.
opsMetadataList
- Returns a list of OpsMetadata objects.public ListOpsMetadataResult withOpsMetadataList(OpsMetadata... opsMetadataList)
Returns a list of OpsMetadata objects.
NOTE: This method appends the values to the existing list (if any). Use
setOpsMetadataList(java.util.Collection)
or withOpsMetadataList(java.util.Collection)
if you
want to override the existing values.
opsMetadataList
- Returns a list of OpsMetadata objects.public ListOpsMetadataResult withOpsMetadataList(Collection<OpsMetadata> opsMetadataList)
Returns a list of OpsMetadata objects.
opsMetadataList
- Returns a list of OpsMetadata objects.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public ListOpsMetadataResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListOpsMetadataResult clone()