@Generated(value="software.amazon.awssdk:codegen") public final class ListDataSourceRunActivitiesRequest extends DataZoneRequest implements ToCopyableBuilder<ListDataSourceRunActivitiesRequest.Builder,ListDataSourceRunActivitiesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDataSourceRunActivitiesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDataSourceRunActivitiesRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which to list data source run activities.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The identifier of the data source run.
|
Integer |
maxResults()
The maximum number of activities to return in a single call to
ListDataSourceRunActivities. |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDataSourceRunActivitiesRequest.Builder> |
serializableBuilderClass() |
DataAssetActivityStatus |
status()
The status of the data source run.
|
String |
statusAsString()
The status of the data source run.
|
ListDataSourceRunActivitiesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain in which to list data source run activities.
public final String identifier()
The identifier of the data source run.
public final 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.
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 final 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.
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 final DataAssetActivityStatus status()
The status of the data source run.
If the service returns an enum value that is not available in the current SDK version, status will
return DataAssetActivityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DataAssetActivityStatuspublic final String statusAsString()
The status of the data source run.
If the service returns an enum value that is not available in the current SDK version, status will
return DataAssetActivityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DataAssetActivityStatuspublic ListDataSourceRunActivitiesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDataSourceRunActivitiesRequest.Builder,ListDataSourceRunActivitiesRequest>toBuilder in class DataZoneRequestpublic static ListDataSourceRunActivitiesRequest.Builder builder()
public static Class<? extends ListDataSourceRunActivitiesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.