@Generated(value="software.amazon.awssdk:codegen") public final class ListActionTypesRequest extends CodePipelineRequest implements ToCopyableBuilder<ListActionTypesRequest.Builder,ListActionTypesRequest>
Represents the input of a ListActionTypes action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListActionTypesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActionOwner |
actionOwnerFilter()
Filters the list of action types to those created by a specified entity.
|
String |
actionOwnerFilterAsString()
Filters the list of action types to those created by a specified entity.
|
static ListActionTypesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
An identifier that was returned from the previous list action types call, which can be used to return the next
set of action types in the list.
|
String |
regionFilter()
The Region to filter on for the list of action types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListActionTypesRequest.Builder> |
serializableBuilderClass() |
ListActionTypesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionOwner actionOwnerFilter()
Filters the list of action types to those created by a specified entity.
If the service returns an enum value that is not available in the current SDK version, actionOwnerFilter
will return ActionOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionOwnerFilterAsString().
ActionOwnerpublic final String actionOwnerFilterAsString()
Filters the list of action types to those created by a specified entity.
If the service returns an enum value that is not available in the current SDK version, actionOwnerFilter
will return ActionOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionOwnerFilterAsString().
ActionOwnerpublic final String nextToken()
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
public final String regionFilter()
The Region to filter on for the list of action types.
public ListActionTypesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListActionTypesRequest.Builder,ListActionTypesRequest>toBuilder in class CodePipelineRequestpublic static ListActionTypesRequest.Builder builder()
public static Class<? extends ListActionTypesRequest.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.