@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDataProvidersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDataProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<DataProvider> |
getDataProviders()
A description of data providers.
|
String |
getMarker()
Specifies the unique pagination token that makes it possible to display the next page of results.
|
int |
hashCode() |
void |
setDataProviders(Collection<DataProvider> dataProviders)
A description of data providers.
|
void |
setMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDataProvidersResult |
withDataProviders(Collection<DataProvider> dataProviders)
A description of data providers.
|
DescribeDataProvidersResult |
withDataProviders(DataProvider... dataProviders)
A description of data providers.
|
DescribeDataProvidersResult |
withMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call again
using the returned token and keeping all other arguments unchanged.
marker
- Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call
again using the returned token and keeping all other arguments unchanged.
public String getMarker()
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call again
using the returned token and keeping all other arguments unchanged.
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call
again using the returned token and keeping all other arguments unchanged.
public DescribeDataProvidersResult withMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call again
using the returned token and keeping all other arguments unchanged.
marker
- Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call
again using the returned token and keeping all other arguments unchanged.
public List<DataProvider> getDataProviders()
A description of data providers.
public void setDataProviders(Collection<DataProvider> dataProviders)
A description of data providers.
dataProviders
- A description of data providers.public DescribeDataProvidersResult withDataProviders(DataProvider... dataProviders)
A description of data providers.
NOTE: This method appends the values to the existing list (if any). Use
setDataProviders(java.util.Collection)
or withDataProviders(java.util.Collection)
if you want
to override the existing values.
dataProviders
- A description of data providers.public DescribeDataProvidersResult withDataProviders(Collection<DataProvider> dataProviders)
A description of data providers.
dataProviders
- A description of data providers.public String toString()
toString
in class Object
Object.toString()
public DescribeDataProvidersResult clone()