@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 String actionName()
The name of the action. Must be unique to your account in an AWS Region.
public ActionSource source()
The source type, ID, and URI.
public String actionType()
The action type.
public String description()
The description of the action.
public 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 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 boolean hasProperties()
public 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 MetadataProperties metadataProperties()
public boolean hasTags()
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.