@Generated(value="software.amazon.awssdk:codegen") public final class ConfigTypeData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigTypeData.Builder,ConfigTypeData>
Object containing the parameters of a Config
.
See the subtype definitions for what each type of Config
contains.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfigTypeData.Builder |
Modifier and Type | Method and Description |
---|---|
AntennaDownlinkConfig |
antennaDownlinkConfig()
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
|
AntennaDownlinkDemodDecodeConfig |
antennaDownlinkDemodDecodeConfig()
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
|
AntennaUplinkConfig |
antennaUplinkConfig()
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
|
static ConfigTypeData.Builder |
builder() |
DataflowEndpointConfig |
dataflowEndpointConfig()
Information about the dataflow endpoint
Config . |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigTypeData.Builder> |
serializableBuilderClass() |
ConfigTypeData.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
TrackingConfig |
trackingConfig()
Object that determines whether tracking should be used during a contact executed with this
Config in
the mission profile. |
UplinkEchoConfig |
uplinkEchoConfig()
Information about an uplink echo
Config . |
copy
public final AntennaDownlinkConfig antennaDownlinkConfig()
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
public final AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig()
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
public final AntennaUplinkConfig antennaUplinkConfig()
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
public final DataflowEndpointConfig dataflowEndpointConfig()
Information about the dataflow endpoint Config
.
Config
.public final TrackingConfig trackingConfig()
Object that determines whether tracking should be used during a contact executed with this Config
in
the mission profile.
Config
in the mission profile.public final UplinkEchoConfig uplinkEchoConfig()
Information about an uplink echo Config
.
Parameters from the AntennaUplinkConfig
, corresponding to the specified
AntennaUplinkConfigArn
, are used when this UplinkEchoConfig
is used in a contact.
Config
.
Parameters from the AntennaUplinkConfig
, corresponding to the specified
AntennaUplinkConfigArn
, are used when this UplinkEchoConfig
is used in a
contact.
public ConfigTypeData.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfigTypeData.Builder,ConfigTypeData>
public static ConfigTypeData.Builder builder()
public static Class<? extends ConfigTypeData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.