@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateVariableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchCreateVariableResult() |
Modifier and Type | Method and Description |
---|---|
BatchCreateVariableResult |
clone() |
boolean |
equals(Object obj) |
List<BatchCreateVariableError> |
getErrors()
Provides the errors for the
BatchCreateVariable request. |
int |
hashCode() |
void |
setErrors(Collection<BatchCreateVariableError> errors)
Provides the errors for the
BatchCreateVariable request. |
String |
toString()
Returns a string representation of this object.
|
BatchCreateVariableResult |
withErrors(BatchCreateVariableError... errors)
Provides the errors for the
BatchCreateVariable request. |
BatchCreateVariableResult |
withErrors(Collection<BatchCreateVariableError> errors)
Provides the errors for the
BatchCreateVariable request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchCreateVariableError> getErrors()
Provides the errors for the BatchCreateVariable
request.
BatchCreateVariable
request.public void setErrors(Collection<BatchCreateVariableError> errors)
Provides the errors for the BatchCreateVariable
request.
errors
- Provides the errors for the BatchCreateVariable
request.public BatchCreateVariableResult withErrors(BatchCreateVariableError... errors)
Provides the errors for the BatchCreateVariable
request.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Provides the errors for the BatchCreateVariable
request.public BatchCreateVariableResult withErrors(Collection<BatchCreateVariableError> errors)
Provides the errors for the BatchCreateVariable
request.
errors
- Provides the errors for the BatchCreateVariable
request.public String toString()
toString
in class Object
Object.toString()
public BatchCreateVariableResult clone()