Class AssignedVariablesDetails
java.lang.Object
software.amazon.awssdk.services.sfn.model.AssignedVariablesDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssignedVariablesDetails.Builder,AssignedVariablesDetails>
@Generated("software.amazon.awssdk:codegen")
public final class AssignedVariablesDetails
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AssignedVariablesDetails.Builder,AssignedVariablesDetails>
Provides details about assigned variables in an execution history event.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AssignedVariablesDetails.Builder>final StringtoString()Returns a string representation of this object.final BooleanIndicates whether assigned variables were truncated in the response.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
truncated
Indicates whether assigned variables were truncated in the response. Always
falsefor API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.- Returns:
- Indicates whether assigned variables were truncated in the response. Always
falsefor API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssignedVariablesDetails.Builder,AssignedVariablesDetails>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-