Class GreengrassV2
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.GreengrassV2
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GreengrassV2.Builder,GreengrassV2>
@Generated("software.amazon.awssdk:codegen") public final class GreengrassV2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GreengrassV2.Builder,GreengrassV2>
Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the
AWSIoTSiteWiseEdgeAccesspolicy. For more information, see Using IoT SiteWise at the edge in the IoT SiteWise User Guide.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGreengrassV2.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GreengrassV2.Builderbuilder()StringcoreDeviceThingName()The name of the IoT thing for your IoT Greengrass V2 core device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GreengrassV2.Builder>serializableBuilderClass()GreengrassV2.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
-
coreDeviceThingName
public final String coreDeviceThingName()
The name of the IoT thing for your IoT Greengrass V2 core device.
- Returns:
- The name of the IoT thing for your IoT Greengrass V2 core device.
-
toBuilder
public GreengrassV2.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GreengrassV2.Builder,GreengrassV2>
-
builder
public static GreengrassV2.Builder builder()
-
serializableBuilderClass
public static Class<? extends GreengrassV2.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.
-
-