@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which to list the data sources.
|
String |
getEnvironmentIdentifier()
The identifier of the environment in which to list the data sources.
|
Integer |
getMaxResults()
The maximum number of data sources to return in a single call to
ListDataSources . |
String |
getName()
The name of the data source.
|
String |
getNextToken()
When the number of data sources is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of data sources, the
response includes a pagination token named NextToken . |
String |
getProjectIdentifier()
The identifier of the project in which to list data sources.
|
String |
getStatus()
The status of the data source.
|
String |
getType()
The type of the data source.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list the data sources.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment in which to list the data sources.
|
void |
setMaxResults(Integer maxResults)
The maximum number of data sources to return in a single call to
ListDataSources . |
void |
setName(String name)
The name of the data source.
|
void |
setNextToken(String nextToken)
When the number of data sources is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of data sources, the
response includes a pagination token named NextToken . |
void |
setProjectIdentifier(String projectIdentifier)
The identifier of the project in which to list data sources.
|
void |
setStatus(String status)
The status of the data source.
|
void |
setType(String type)
The type of the data source.
|
String |
toString()
Returns a string representation of this object.
|
ListDataSourcesRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list the data sources.
|
ListDataSourcesRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment in which to list the data sources.
|
ListDataSourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of data sources to return in a single call to
ListDataSources . |
ListDataSourcesRequest |
withName(String name)
The name of the data source.
|
ListDataSourcesRequest |
withNextToken(String nextToken)
When the number of data sources is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of data sources, the
response includes a pagination token named NextToken . |
ListDataSourcesRequest |
withProjectIdentifier(String projectIdentifier)
The identifier of the project in which to list data sources.
|
ListDataSourcesRequest |
withStatus(DataSourceStatus status)
The status of the data source.
|
ListDataSourcesRequest |
withStatus(String status)
The status of the data source.
|
ListDataSourcesRequest |
withType(String type)
The type of the data source.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list the data sources.
domainIdentifier
- The identifier of the Amazon DataZone domain in which to list the data sources.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which to list the data sources.
public ListDataSourcesRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list the data sources.
domainIdentifier
- The identifier of the Amazon DataZone domain in which to list the data sources.public void setEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment in which to list the data sources.
environmentIdentifier
- The identifier of the environment in which to list the data sources.public String getEnvironmentIdentifier()
The identifier of the environment in which to list the data sources.
public ListDataSourcesRequest withEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment in which to list the data sources.
environmentIdentifier
- The identifier of the environment in which to list the data sources.public void setMaxResults(Integer maxResults)
The maximum number of data sources to return in a single call to ListDataSources
. When the number of
data sources to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to ListDataSources
to list the
next set of data sources.
maxResults
- The maximum number of data sources to return in a single call to ListDataSources
. When the
number of data sources to be listed is greater than the value of MaxResults
, the response
contains a NextToken
value that you can use in a subsequent call to
ListDataSources
to list the next set of data sources.public Integer getMaxResults()
The maximum number of data sources to return in a single call to ListDataSources
. When the number of
data sources to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to ListDataSources
to list the
next set of data sources.
ListDataSources
. When the
number of data sources to be listed is greater than the value of MaxResults
, the response
contains a NextToken
value that you can use in a subsequent call to
ListDataSources
to list the next set of data sources.public ListDataSourcesRequest withMaxResults(Integer maxResults)
The maximum number of data sources to return in a single call to ListDataSources
. When the number of
data sources to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to ListDataSources
to list the
next set of data sources.
maxResults
- The maximum number of data sources to return in a single call to ListDataSources
. When the
number of data sources to be listed is greater than the value of MaxResults
, the response
contains a NextToken
value that you can use in a subsequent call to
ListDataSources
to list the next set of data sources.public void setName(String name)
The name of the data source.
name
- The name of the data source.public String getName()
The name of the data source.
public ListDataSourcesRequest withName(String name)
The name of the data source.
name
- The name of the data source.public void setNextToken(String nextToken)
When the number of data sources is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of data sources, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListDataSources
to list the next set of data sources.
nextToken
- When the number of data sources is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of data sources, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListDataSources
to list the next
set of data sources.public String getNextToken()
When the number of data sources is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of data sources, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListDataSources
to list the next set of data sources.
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of data sources, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListDataSources
to list the next
set of data sources.public ListDataSourcesRequest withNextToken(String nextToken)
When the number of data sources is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of data sources, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListDataSources
to list the next set of data sources.
nextToken
- When the number of data sources is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of data sources, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListDataSources
to list the next
set of data sources.public void setProjectIdentifier(String projectIdentifier)
The identifier of the project in which to list data sources.
projectIdentifier
- The identifier of the project in which to list data sources.public String getProjectIdentifier()
The identifier of the project in which to list data sources.
public ListDataSourcesRequest withProjectIdentifier(String projectIdentifier)
The identifier of the project in which to list data sources.
projectIdentifier
- The identifier of the project in which to list data sources.public void setStatus(String status)
The status of the data source.
status
- The status of the data source.DataSourceStatus
public String getStatus()
The status of the data source.
DataSourceStatus
public ListDataSourcesRequest withStatus(String status)
The status of the data source.
status
- The status of the data source.DataSourceStatus
public ListDataSourcesRequest withStatus(DataSourceStatus status)
The status of the data source.
status
- The status of the data source.DataSourceStatus
public void setType(String type)
The type of the data source.
type
- The type of the data source.public String getType()
The type of the data source.
public ListDataSourcesRequest withType(String type)
The type of the data source.
type
- The type of the data source.public String toString()
toString
in class Object
Object.toString()
public ListDataSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()