@Generated(value="software.amazon.awssdk:codegen") public final class CreatePlacementRequest extends Iot1ClickProjectsRequest implements ToCopyableBuilder<CreatePlacementRequest.Builder,CreatePlacementRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePlacementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
attributes()
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
|
static CreatePlacementRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributes()
Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
placementName()
The name of the placement to be created.
|
String |
projectName()
The name of the project in which to create the placement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePlacementRequest.Builder> |
serializableBuilderClass() |
CreatePlacementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String placementName()
The name of the placement to be created.
public String projectName()
The name of the project in which to create the placement.
public boolean hasAttributes()
public Map<String,String> attributes()
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributes() to see if a value was sent in this field.
public CreatePlacementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePlacementRequest.Builder,CreatePlacementRequest>toBuilder in class Iot1ClickProjectsRequestpublic static CreatePlacementRequest.Builder builder()
public static Class<? extends CreatePlacementRequest.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.