@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuildBatchesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBuildBatchesResult() |
Modifier and Type | Method and Description |
---|---|
ListBuildBatchesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIds()
An array of strings that contains the batch build identifiers.
|
String |
getNextToken()
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items. |
int |
hashCode() |
void |
setIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
void |
setNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items. |
String |
toString()
Returns a string representation of this object.
|
ListBuildBatchesResult |
withIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesResult |
withIds(String... ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesResult |
withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getIds()
An array of strings that contains the batch build identifiers.
public void setIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
ids
- An array of strings that contains the batch build identifiers.public ListBuildBatchesResult withIds(String... ids)
An array of strings that contains the batch build identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setIds(java.util.Collection)
or withIds(java.util.Collection)
if you want to override the
existing values.
ids
- An array of strings that contains the batch build identifiers.public ListBuildBatchesResult withIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
ids
- An array of strings that contains the batch build identifiers.public void setNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches
to retrieve the next set of items.
nextToken
- If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches
to retrieve the next set of items.public String getNextToken()
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches
to retrieve the next set of items.
ListBuildBatches
to retrieve the next set of items.public ListBuildBatchesResult withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches
to retrieve the next set of items.
nextToken
- If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches
to retrieve the next set of items.public String toString()
toString
in class Object
Object.toString()
public ListBuildBatchesResult clone()