Class Source
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.Source
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Source.Builder,Source>
@Generated("software.amazon.awssdk:codegen") public final class Source extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Source.Builder,Source>
Dataflow details for the source side.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Source.Builderbuilder()ConfigDetailsconfigDetails()Additional details for aConfig, if type isdataflow-endpointorantenna-downlink-demod-decodeStringconfigId()UUID of aConfig.ConfigCapabilityTypeconfigType()Type of aConfig.StringconfigTypeAsString()Type of aConfig.StringdataflowSourceRegion()Region of a dataflow source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Source.Builder>serializableBuilderClass()Source.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
-
configDetails
public final ConfigDetails configDetails()
Additional details for a
Config, if type isdataflow-endpointorantenna-downlink-demod-decode- Returns:
- Additional details for a
Config, if type isdataflow-endpointorantenna-downlink-demod-decode
-
configId
public final String configId()
UUID of a
Config.- Returns:
- UUID of a
Config.
-
configType
public final ConfigCapabilityType configType()
Type of a
Config.If the service returns an enum value that is not available in the current SDK version,
configTypewill returnConfigCapabilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigTypeAsString().- Returns:
- Type of a
Config. - See Also:
ConfigCapabilityType
-
configTypeAsString
public final String configTypeAsString()
Type of a
Config.If the service returns an enum value that is not available in the current SDK version,
configTypewill returnConfigCapabilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigTypeAsString().- Returns:
- Type of a
Config. - See Also:
ConfigCapabilityType
-
dataflowSourceRegion
public final String dataflowSourceRegion()
Region of a dataflow source.
- Returns:
- Region of a dataflow source.
-
toBuilder
public Source.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Source.Builder,Source>
-
builder
public static Source.Builder builder()
-
serializableBuilderClass
public static Class<? extends Source.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.
-
-