@Generated(value="software.amazon.awssdk:codegen") public final class CreateActionRequest extends SageMakerRequest implements ToCopyableBuilder<CreateActionRequest.Builder,CreateActionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionName()
The name of the action.
|
String |
actionType()
The action type.
|
static CreateActionRequest.Builder |
builder() |
String |
description()
The description of the action.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasProperties()
Returns true if the Properties property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
MetadataProperties |
metadataProperties()
Returns the value of the MetadataProperties property for this object.
|
Map<String,String> |
properties()
A list of properties to add to the action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateActionRequest.Builder> |
serializableBuilderClass() |
ActionSource |
source()
The source type, ID, and URI.
|
ActionStatus |
status()
The status of the action.
|
String |
statusAsString()
The status of the action.
|
List<Tag> |
tags()
A list of tags to apply to the action.
|
CreateActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String actionName()
The name of the action. Must be unique to your account in an AWS Region.
public final ActionSource source()
The source type, ID, and URI.
public final String actionType()
The action type.
public final String description()
The description of the action.
public final ActionStatus status()
The status of the action.
If the service returns an enum value that is not available in the current SDK version, status will
return ActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ActionStatuspublic final String statusAsString()
The status of the action.
If the service returns an enum value that is not available in the current SDK version, status will
return ActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ActionStatuspublic final boolean hasProperties()
public final Map<String,String> properties()
A list of properties to add to the action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProperties() to see if a value was sent in this field.
public final MetadataProperties metadataProperties()
public final boolean hasTags()
public final List<Tag> tags()
A list of tags to apply to the action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateActionRequest.Builder,CreateActionRequest>toBuilder in class SageMakerRequestpublic static CreateActionRequest.Builder builder()
public static Class<? extends CreateActionRequest.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 © 2021. All rights reserved.