@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateVariableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchCreateVariableRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVariableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Tag> |
getTags()
A collection of key and value pairs.
|
List<VariableEntry> |
getVariableEntries()
The list of variables for the batch create variable request.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
A collection of key and value pairs.
|
void |
setVariableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
|
String |
toString()
Returns a string representation of this object.
|
BatchCreateVariableRequest |
withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
BatchCreateVariableRequest |
withTags(Tag... tags)
A collection of key and value pairs.
|
BatchCreateVariableRequest |
withVariableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
|
BatchCreateVariableRequest |
withVariableEntries(VariableEntry... variableEntries)
The list of variables for the batch create variable request.
|
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, withSdkRequestTimeoutpublic List<VariableEntry> getVariableEntries()
The list of variables for the batch create variable request.
public void setVariableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
variableEntries - The list of variables for the batch create variable request.public BatchCreateVariableRequest withVariableEntries(VariableEntry... variableEntries)
The list of variables for the batch create variable request.
NOTE: This method appends the values to the existing list (if any). Use
setVariableEntries(java.util.Collection) or withVariableEntries(java.util.Collection) if you
want to override the existing values.
variableEntries - The list of variables for the batch create variable request.public BatchCreateVariableRequest withVariableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
variableEntries - The list of variables for the batch create variable request.public List<Tag> getTags()
A collection of key and value pairs.
public void setTags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.public BatchCreateVariableRequest withTags(Tag... tags)
A collection of key and value pairs.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - A collection of key and value pairs.public BatchCreateVariableRequest withTags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.public String toString()
toString in class ObjectObject.toString()public BatchCreateVariableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()