@Generated(value="software.amazon.awssdk:codegen") public final class AssociateDeviceWithPlacementRequest extends Iot1ClickProjectsRequest implements ToCopyableBuilder<AssociateDeviceWithPlacementRequest.Builder,AssociateDeviceWithPlacementRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateDeviceWithPlacementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateDeviceWithPlacementRequest.Builder |
builder() |
String |
deviceId()
The ID of the physical device to be associated with the given placement in the project.
|
String |
deviceTemplateName()
The device template name to associate with the device ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
placementName()
The name of the placement in which to associate the device.
|
String |
projectName()
The name of the project containing the placement in which to associate the device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateDeviceWithPlacementRequest.Builder> |
serializableBuilderClass() |
AssociateDeviceWithPlacementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String projectName()
The name of the project containing the placement in which to associate the device.
public String placementName()
The name of the placement in which to associate the device.
public String deviceId()
The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4
character prefix is required for all deviceId values.
deviceId values.public String deviceTemplateName()
The device template name to associate with the device ID.
public AssociateDeviceWithPlacementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateDeviceWithPlacementRequest.Builder,AssociateDeviceWithPlacementRequest>toBuilder in class Iot1ClickProjectsRequestpublic static AssociateDeviceWithPlacementRequest.Builder builder()
public static Class<? extends AssociateDeviceWithPlacementRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.