public class DescribeSchemasResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSchemasResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSchemasResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<String> |
getSchemas()
The described schema.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setSchemas(Collection<String> schemas)
The described schema.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSchemasResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeSchemasResult |
withSchemas(Collection<String> schemas)
The described schema.
|
DescribeSchemasResult |
withSchemas(String... schemas)
The described schema.
|
public void setMarker(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 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(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 void setSchemas(Collection<String> schemas)
The described schema.
schemas
- The described schema.public DescribeSchemasResult withSchemas(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(Collection<String> schemas)
The described schema.
schemas
- The described schema.public String toString()
toString
in class Object
Object.toString()
public DescribeSchemasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.