@Generated(value="software.amazon.awssdk:codegen") public final class SendProjectSessionActionRequest extends DataBrewRequest implements ToCopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendProjectSessionActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SendProjectSessionActionRequest.Builder |
builder() |
String |
clientSessionId()
A unique identifier for an interactive session that's currently open and ready for work.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the project to apply the action to.
|
Boolean |
preview()
If true, the result of the recipe step will be returned, but not applied.
|
RecipeStep |
recipeStep()
Returns the value of the RecipeStep property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SendProjectSessionActionRequest.Builder> |
serializableBuilderClass() |
Integer |
stepIndex()
The index from which to preview a step.
|
SendProjectSessionActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ViewFrame |
viewFrame()
Returns the value of the ViewFrame property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean preview()
If true, the result of the recipe step will be returned, but not applied.
public final String name()
The name of the project to apply the action to.
public final RecipeStep recipeStep()
public final Integer stepIndex()
The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
public final String clientSessionId()
A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
public final ViewFrame viewFrame()
public SendProjectSessionActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>toBuilder in class DataBrewRequestpublic static SendProjectSessionActionRequest.Builder builder()
public static Class<? extends SendProjectSessionActionRequest.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.