@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSchemaVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSchemaVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSchemaVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<SchemaVersionErrorItem> |
getSchemaVersionErrors()
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
int |
hashCode() |
void |
setSchemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
String |
toString()
Returns a string representation of this object.
|
DeleteSchemaVersionsResult |
withSchemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
DeleteSchemaVersionsResult |
withSchemaVersionErrors(SchemaVersionErrorItem... schemaVersionErrors)
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SchemaVersionErrorItem> getSchemaVersionErrors()
A list of SchemaVersionErrorItem
objects, each containing an error and schema version.
SchemaVersionErrorItem
objects, each containing an error and schema version.public void setSchemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)
A list of SchemaVersionErrorItem
objects, each containing an error and schema version.
schemaVersionErrors
- A list of SchemaVersionErrorItem
objects, each containing an error and schema version.public DeleteSchemaVersionsResult withSchemaVersionErrors(SchemaVersionErrorItem... schemaVersionErrors)
A list of SchemaVersionErrorItem
objects, each containing an error and schema version.
NOTE: This method appends the values to the existing list (if any). Use
setSchemaVersionErrors(java.util.Collection)
or withSchemaVersionErrors(java.util.Collection)
if you want to override the existing values.
schemaVersionErrors
- A list of SchemaVersionErrorItem
objects, each containing an error and schema version.public DeleteSchemaVersionsResult withSchemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)
A list of SchemaVersionErrorItem
objects, each containing an error and schema version.
schemaVersionErrors
- A list of SchemaVersionErrorItem
objects, each containing an error and schema version.public String toString()
toString
in class Object
Object.toString()
public DeleteSchemaVersionsResult clone()