@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaVersionErrorItem extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the error details for an operation on a schema version.
Constructor and Description |
---|
SchemaVersionErrorItem() |
Modifier and Type | Method and Description |
---|---|
SchemaVersionErrorItem |
clone() |
boolean |
equals(Object obj) |
ErrorDetails |
getErrorDetails()
The details of the error for the schema version.
|
Long |
getVersionNumber()
The version number of the schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
|
void |
setVersionNumber(Long versionNumber)
The version number of the schema.
|
String |
toString()
Returns a string representation of this object.
|
SchemaVersionErrorItem |
withErrorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
|
SchemaVersionErrorItem |
withVersionNumber(Long versionNumber)
The version number of the schema.
|
public void setVersionNumber(Long versionNumber)
The version number of the schema.
versionNumber
- The version number of the schema.public Long getVersionNumber()
The version number of the schema.
public SchemaVersionErrorItem withVersionNumber(Long versionNumber)
The version number of the schema.
versionNumber
- The version number of the schema.public void setErrorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
errorDetails
- The details of the error for the schema version.public ErrorDetails getErrorDetails()
The details of the error for the schema version.
public SchemaVersionErrorItem withErrorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
errorDetails
- The details of the error for the schema version.public String toString()
toString
in class Object
Object.toString()
public SchemaVersionErrorItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.