@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListObjectAttributes operation.
Constructor and Description |
---|
BatchListObjectAttributes() |
Modifier and Type | Method and Description |
---|---|
BatchListObjectAttributes |
clone() |
boolean |
equals(Object obj) |
SchemaFacet |
getFacetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
Integer |
getMaxResults()
The maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
Reference of the object whose attributes need to be listed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListObjectAttributes |
withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchListObjectAttributes |
withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
BatchListObjectAttributes |
withNextToken(String nextToken)
The pagination token.
|
BatchListObjectAttributes |
withObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
public void setObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
objectReference
- Reference of the object whose attributes need to be listed.public ObjectReference getObjectReference()
Reference of the object whose attributes need to be listed.
public BatchListObjectAttributes withObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
objectReference
- Reference of the object whose attributes need to be listed.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectAttributes withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.public Integer getMaxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public BatchListObjectAttributes withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.public void setFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
facetFilter
- Used to filter the list of object attributes that are associated with a certain facet.public SchemaFacet getFacetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
public BatchListObjectAttributes withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
facetFilter
- Used to filter the list of object attributes that are associated with a certain facet.public String toString()
toString
in class Object
Object.toString()
public BatchListObjectAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.