@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourceRunActivitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataSourceRunActivitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataSourceRunActivitiesRequest |
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 data source run activities.
|
String |
getIdentifier()
The identifier of the data source run.
|
Integer |
getMaxResults()
The maximum number of activities to return in a single call to
ListDataSourceRunActivities . |
String |
getNextToken()
When the number of activities 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 activities, the
response includes a pagination token named NextToken . |
String |
getStatus()
The status of the data source run.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list data source run activities.
|
void |
setIdentifier(String identifier)
The identifier of the data source run.
|
void |
setMaxResults(Integer maxResults)
The maximum number of activities to return in a single call to
ListDataSourceRunActivities . |
void |
setNextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken . |
void |
setStatus(String status)
The status of the data source run.
|
String |
toString()
Returns a string representation of this object.
|
ListDataSourceRunActivitiesRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list data source run activities.
|
ListDataSourceRunActivitiesRequest |
withIdentifier(String identifier)
The identifier of the data source run.
|
ListDataSourceRunActivitiesRequest |
withMaxResults(Integer maxResults)
The maximum number of activities to return in a single call to
ListDataSourceRunActivities . |
ListDataSourceRunActivitiesRequest |
withNextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken . |
ListDataSourceRunActivitiesRequest |
withStatus(DataAssetActivityStatus status)
The status of the data source run.
|
ListDataSourceRunActivitiesRequest |
withStatus(String status)
The status of the data source run.
|
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 data source run activities.
domainIdentifier
- The identifier of the Amazon DataZone domain in which to list data source run activities.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which to list data source run activities.
public ListDataSourceRunActivitiesRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list data source run activities.
domainIdentifier
- The identifier of the Amazon DataZone domain in which to list data source run activities.public void setIdentifier(String identifier)
The identifier of the data source run.
identifier
- The identifier of the data source run.public String getIdentifier()
The identifier of the data source run.
public ListDataSourceRunActivitiesRequest withIdentifier(String identifier)
The identifier of the data source run.
identifier
- The identifier of the data source run.public void setMaxResults(Integer maxResults)
The maximum number of activities to return in a single call to ListDataSourceRunActivities
. When the
number of activities 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 ListDataSourceRunActivities
to
list the next set of activities.
maxResults
- The maximum number of activities to return in a single call to ListDataSourceRunActivities
.
When the number of activities 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
ListDataSourceRunActivities
to list the next set of activities.public Integer getMaxResults()
The maximum number of activities to return in a single call to ListDataSourceRunActivities
. When the
number of activities 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 ListDataSourceRunActivities
to
list the next set of activities.
ListDataSourceRunActivities
.
When the number of activities 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
ListDataSourceRunActivities
to list the next set of activities.public ListDataSourceRunActivitiesRequest withMaxResults(Integer maxResults)
The maximum number of activities to return in a single call to ListDataSourceRunActivities
. When the
number of activities 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 ListDataSourceRunActivities
to
list the next set of activities.
maxResults
- The maximum number of activities to return in a single call to ListDataSourceRunActivities
.
When the number of activities 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
ListDataSourceRunActivities
to list the next set of activities.public void setNextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListDataSourceRunActivities
to list the next set of activities.
nextToken
- When the number of activities 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
activities, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListDataSourceRunActivities
to list the
next set of activities.public String getNextToken()
When the number of activities 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 activities, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListDataSourceRunActivities
to list the next set of activities.
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of activities, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListDataSourceRunActivities
to
list the next set of activities.public ListDataSourceRunActivitiesRequest withNextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListDataSourceRunActivities
to list the next set of activities.
nextToken
- When the number of activities 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
activities, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListDataSourceRunActivities
to list the
next set of activities.public void setStatus(String status)
The status of the data source run.
status
- The status of the data source run.DataAssetActivityStatus
public String getStatus()
The status of the data source run.
DataAssetActivityStatus
public ListDataSourceRunActivitiesRequest withStatus(String status)
The status of the data source run.
status
- The status of the data source run.DataAssetActivityStatus
public ListDataSourceRunActivitiesRequest withStatus(DataAssetActivityStatus status)
The status of the data source run.
status
- The status of the data source run.DataAssetActivityStatus
public String toString()
toString
in class Object
Object.toString()
public ListDataSourceRunActivitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()