@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFPorts extends Object implements Serializable, Cloneable, StructuredPojo
Object for updating the FPorts information.
Constructor and Description |
---|
UpdateFPorts() |
Modifier and Type | Method and Description |
---|---|
UpdateFPorts |
clone() |
boolean |
equals(Object obj) |
Positioning |
getPositioning()
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPositioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFPorts |
withPositioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
public void setPositioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
positioning
- Positioning FPorts for the ClockSync, Stream, and GNSS functions.public Positioning getPositioning()
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
public UpdateFPorts withPositioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
positioning
- Positioning FPorts for the ClockSync, Stream, and GNSS functions.public String toString()
toString
in class Object
Object.toString()
public UpdateFPorts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.