@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuildBatchesForProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBuildBatchesForProjectResult() |
Modifier and Type | Method and Description |
---|---|
ListBuildBatchesForProjectResult |
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
ListBuildBatchesForProject 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
ListBuildBatchesForProject to retrieve the next set of items. |
String |
toString()
Returns a string representation of this object.
|
ListBuildBatchesForProjectResult |
withIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResult |
withIds(String... ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResult |
withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProject 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 ListBuildBatchesForProjectResult 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 ListBuildBatchesForProjectResult 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
ListBuildBatchesForProject
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
ListBuildBatchesForProject
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
ListBuildBatchesForProject
to retrieve the next set of items.
ListBuildBatchesForProject
to retrieve the next set of items.public ListBuildBatchesForProjectResult withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProject
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
ListBuildBatchesForProject
to retrieve the next set of items.public String toString()
toString
in class Object
Object.toString()
public ListBuildBatchesForProjectResult clone()