public class ListingContext extends Object
Constructor and Description |
---|
ListingContext(String prefix,
Integer maxResults)
Initializes a new instance of the ListingContext class.
|
Modifier and Type | Method and Description |
---|---|
String |
getMarker() |
Integer |
getMaxResults() |
String |
getPrefix() |
void |
setMarker(String marker) |
protected void |
setMaxResults(Integer maxResults) |
void |
setPrefix(String prefix) |
public final String getMarker()
public final Integer getMaxResults()
public final String getPrefix()
public final void setMarker(String marker)
marker
- the marker to setprotected final void setMaxResults(Integer maxResults)
maxResults
- the maxResults to set, must be at least 1public final void setPrefix(String prefix)
prefix
- the prefix to setCopyright © 2019. All rights reserved.