Class SlackSourceProperties
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.SlackSourceProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SlackSourceProperties.Builder,SlackSourceProperties>
@Generated("software.amazon.awssdk:codegen") public final class SlackSourceProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlackSourceProperties.Builder,SlackSourceProperties>
The properties that are applied when Slack is being used as a source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSlackSourceProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SlackSourceProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringobject()The object specified in the Slack flow source.List<SdkField<?>>sdkFields()static Class<? extends SlackSourceProperties.Builder>serializableBuilderClass()SlackSourceProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
object
public final String object()
The object specified in the Slack flow source.
- Returns:
- The object specified in the Slack flow source.
-
toBuilder
public SlackSourceProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SlackSourceProperties.Builder,SlackSourceProperties>
-
builder
public static SlackSourceProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends SlackSourceProperties.Builder> serializableBuilderClass()
-
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.
-
-