@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEventConfigurationsRequest extends IotRequest implements ToCopyableBuilder<UpdateEventConfigurationsRequest.Builder,UpdateEventConfigurationsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateEventConfigurationsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateEventConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<EventType,Configuration> |
eventConfigurations()
The new event configuration values.
|
Map<String,Configuration> |
eventConfigurationsAsStrings()
The new event configuration values.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEventConfigurations()
Returns true if the EventConfigurations 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEventConfigurationsRequest.Builder> |
serializableBuilderClass() |
UpdateEventConfigurationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Map<EventType,Configuration> eventConfigurations()
The new event configuration values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEventConfigurations()
to see if a value was sent in this field.
public boolean hasEventConfigurations()
public Map<String,Configuration> eventConfigurationsAsStrings()
The new event configuration values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEventConfigurations()
to see if a value was sent in this field.
public UpdateEventConfigurationsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateEventConfigurationsRequest.Builder,UpdateEventConfigurationsRequest>
toBuilder
in class IotRequest
public static UpdateEventConfigurationsRequest.Builder builder()
public static Class<? extends UpdateEventConfigurationsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.