@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetBuildBatchesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetBuildBatchesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetBuildBatchesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getIds()
An array that contains the batch build identifiers to retrieve.
|
int |
hashCode() |
void |
setIds(Collection<String> ids)
An array that contains the batch build identifiers to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetBuildBatchesRequest |
withIds(Collection<String> ids)
An array that contains the batch build identifiers to retrieve.
|
BatchGetBuildBatchesRequest |
withIds(String... ids)
An array that contains the batch build identifiers to retrieve.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getIds()
An array that contains the batch build identifiers to retrieve.
public void setIds(Collection<String> ids)
An array that contains the batch build identifiers to retrieve.
ids
- An array that contains the batch build identifiers to retrieve.public BatchGetBuildBatchesRequest withIds(String... ids)
An array that contains the batch build identifiers to retrieve.
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 that contains the batch build identifiers to retrieve.public BatchGetBuildBatchesRequest withIds(Collection<String> ids)
An array that contains the batch build identifiers to retrieve.
ids
- An array that contains the batch build identifiers to retrieve.public String toString()
toString
in class Object
Object.toString()
public BatchGetBuildBatchesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()