@Generated(value="software.amazon.awssdk:codegen") public final class PropertyResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyResponse.Builder,PropertyResponse>
An object that contains information about a property response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyResponse.Builder |
builder() |
PropertyDefinitionResponse |
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 PropertyResponse.Builder> |
serializableBuilderClass() |
PropertyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataValue |
value()
The value of the property.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PropertyDefinitionResponse definition()
An object that specifies information about a property.
public final DataValue value()
The value of the property.
public PropertyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyResponse.Builder,PropertyResponse>public static PropertyResponse.Builder builder()
public static Class<? extends PropertyResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.