@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewayPlatform extends Object implements Serializable, Cloneable, StructuredPojo
Contains a gateway's platform information.
Constructor and Description |
---|
GatewayPlatform() |
Modifier and Type | Method and Description |
---|---|
GatewayPlatform |
clone() |
boolean |
equals(Object obj) |
Greengrass |
getGreengrass()
A gateway that runs on AWS IoT Greengrass.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGreengrass(Greengrass greengrass)
A gateway that runs on AWS IoT Greengrass.
|
String |
toString()
Returns a string representation of this object.
|
GatewayPlatform |
withGreengrass(Greengrass greengrass)
A gateway that runs on AWS IoT Greengrass.
|
public void setGreengrass(Greengrass greengrass)
A gateway that runs on AWS IoT Greengrass.
greengrass
- A gateway that runs on AWS IoT Greengrass.public Greengrass getGreengrass()
A gateway that runs on AWS IoT Greengrass.
public GatewayPlatform withGreengrass(Greengrass greengrass)
A gateway that runs on AWS IoT Greengrass.
greengrass
- A gateway that runs on AWS IoT Greengrass.public String toString()
toString
in class Object
Object.toString()
public GatewayPlatform clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.