@Generated(value="software.amazon.awssdk:codegen") public final class IncludedProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IncludedProperty.Builder,IncludedProperty>
Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IncludedProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IncludedProperty.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the property that is included in this view.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IncludedProperty.Builder> |
serializableBuilderClass() |
IncludedProperty.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
You can specify the following property names for this field:
Tags
public IncludedProperty.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IncludedProperty.Builder,IncludedProperty>public static IncludedProperty.Builder builder()
public static Class<? extends IncludedProperty.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.