Class SendProjectSessionActionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.databrew.model.DataBrewRequest
-
- software.amazon.awssdk.services.databrew.model.SendProjectSessionActionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>
@Generated("software.amazon.awssdk:codegen") public final class SendProjectSessionActionRequest extends DataBrewRequest implements ToCopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSendProjectSessionActionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendProjectSessionActionRequest.Builderbuilder()StringclientSessionId()A unique identifier for an interactive session that's currently open and ready for work.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the project to apply the action to.Booleanpreview()If true, the result of the recipe step will be returned, but not applied.RecipeSteprecipeStep()Returns the value of the RecipeStep property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SendProjectSessionActionRequest.Builder>serializableBuilderClass()IntegerstepIndex()The index from which to preview a step.SendProjectSessionActionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.ViewFrameviewFrame()Returns the value of the ViewFrame property for this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
preview
public final Boolean preview()
If true, the result of the recipe step will be returned, but not applied.
- Returns:
- If true, the result of the recipe step will be returned, but not applied.
-
name
public final String name()
The name of the project to apply the action to.
- Returns:
- The name of the project to apply the action to.
-
recipeStep
public final RecipeStep recipeStep()
Returns the value of the RecipeStep property for this object.- Returns:
- The value of the RecipeStep property for this object.
-
stepIndex
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.
- Returns:
- 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.
-
clientSessionId
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.
- Returns:
- A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
-
viewFrame
public final ViewFrame viewFrame()
Returns the value of the ViewFrame property for this object.- Returns:
- The value of the ViewFrame property for this object.
-
toBuilder
public SendProjectSessionActionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>- Specified by:
toBuilderin classDataBrewRequest
-
builder
public static SendProjectSessionActionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SendProjectSessionActionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-