@Generated(value="software.amazon.awssdk:codegen") public final class PropertyRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyRequest.Builder,PropertyRequest>
An object that sets information about a property.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyRequest.Builder |
builder() |
PropertyDefinitionRequest |
definition()
An object that specifies information about a property.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyRequest.Builder> |
serializableBuilderClass() |
PropertyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PropertyUpdateType |
updateType()
The update type of the update property request.
|
String |
updateTypeAsString()
The update type of the update property request.
|
DataValue |
value()
The value of the property.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PropertyDefinitionRequest definition()
An object that specifies information about a property.
public final PropertyUpdateType updateType()
The update type of the update property request.
If the service returns an enum value that is not available in the current SDK version, updateType will
return PropertyUpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
updateTypeAsString().
PropertyUpdateTypepublic final String updateTypeAsString()
The update type of the update property request.
If the service returns an enum value that is not available in the current SDK version, updateType will
return PropertyUpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
updateTypeAsString().
PropertyUpdateTypepublic final DataValue value()
The value of the property.
public PropertyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyRequest.Builder,PropertyRequest>public static PropertyRequest.Builder builder()
public static Class<? extends PropertyRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.