public class DescribeSchemasResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
An optional pagination token provided by a previous request.
|
private java.util.List<java.lang.String> |
schemas
The described schema.
|
Constructor and Description |
---|
DescribeSchemasResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSchemasResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An optional pagination token provided by a previous request.
|
java.util.List<java.lang.String> |
getSchemas()
The described schema.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous request.
|
void |
setSchemas(java.util.Collection<java.lang.String> schemas)
The described schema.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSchemasResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous request.
|
DescribeSchemasResult |
withSchemas(java.util.Collection<java.lang.String> schemas)
The described schema.
|
DescribeSchemasResult |
withSchemas(java.lang.String... schemas)
The described schema.
|
private java.lang.String marker
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
private java.util.List<java.lang.String> schemas
The described schema.
public void setMarker(java.lang.String marker)
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If
this parameter is specified, the response includes only records
beyond the marker, up to the value specified by
MaxRecords
.public java.lang.String getMarker()
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeSchemasResult withMarker(java.lang.String marker)
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If
this parameter is specified, the response includes only records
beyond the marker, up to the value specified by
MaxRecords
.public java.util.List<java.lang.String> getSchemas()
The described schema.
public void setSchemas(java.util.Collection<java.lang.String> schemas)
The described schema.
schemas
- The described schema.public DescribeSchemasResult withSchemas(java.lang.String... schemas)
The described schema.
NOTE: This method appends the values to the existing list (if
any). Use setSchemas(java.util.Collection)
or
withSchemas(java.util.Collection)
if you want to override the
existing values.
schemas
- The described schema.public DescribeSchemasResult withSchemas(java.util.Collection<java.lang.String> schemas)
The described schema.
schemas
- The described schema.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeSchemasResult clone()
clone
in class java.lang.Object