@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UplinkEchoConfig extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
UplinkEchoConfig() |
Modifier and Type | Method and Description |
---|---|
UplinkEchoConfig |
clone() |
boolean |
equals(Object obj) |
String |
getAntennaUplinkConfigArn()
ARN of an uplink
Config . |
Boolean |
getEnabled()
Whether or not an uplink
Config is enabled. |
int |
hashCode() |
Boolean |
isEnabled()
Whether or not an uplink
Config is enabled. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAntennaUplinkConfigArn(String antennaUplinkConfigArn)
ARN of an uplink
Config . |
void |
setEnabled(Boolean enabled)
Whether or not an uplink
Config is enabled. |
String |
toString()
Returns a string representation of this object.
|
UplinkEchoConfig |
withAntennaUplinkConfigArn(String antennaUplinkConfigArn)
ARN of an uplink
Config . |
UplinkEchoConfig |
withEnabled(Boolean enabled)
Whether or not an uplink
Config is enabled. |
public void setAntennaUplinkConfigArn(String antennaUplinkConfigArn)
ARN of an uplink Config
.
antennaUplinkConfigArn
- ARN of an uplink Config
.public String getAntennaUplinkConfigArn()
ARN of an uplink Config
.
Config
.public UplinkEchoConfig withAntennaUplinkConfigArn(String antennaUplinkConfigArn)
ARN of an uplink Config
.
antennaUplinkConfigArn
- ARN of an uplink Config
.public void setEnabled(Boolean enabled)
Whether or not an uplink Config
is enabled.
enabled
- Whether or not an uplink Config
is enabled.public Boolean getEnabled()
Whether or not an uplink Config
is enabled.
Config
is enabled.public UplinkEchoConfig withEnabled(Boolean enabled)
Whether or not an uplink Config
is enabled.
enabled
- Whether or not an uplink Config
is enabled.public Boolean isEnabled()
Whether or not an uplink Config
is enabled.
Config
is enabled.public String toString()
toString
in class Object
Object.toString()
public UplinkEchoConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.