@Generated(value="software.amazon.awssdk:codegen") public final class ShardFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShardFilter.Builder,ShardFilter>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShardFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ShardFilter.Builder |
builder() |
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 ShardFilter.Builder> |
serializableBuilderClass() |
String |
shardId()
Returns the value of the ShardId property for this object.
|
Instant |
timestamp()
Returns the value of the Timestamp property for this object.
|
ShardFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ShardFilterType |
type()
Returns the value of the Type property for this object.
|
String |
typeAsString()
Returns the value of the Type property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ShardFilterType type()
If the service returns an enum value that is not available in the current SDK version, type will return
ShardFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ShardFilterTypepublic final String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
ShardFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ShardFilterTypepublic final String shardId()
public final Instant timestamp()
public ShardFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ShardFilter.Builder,ShardFilter>public static ShardFilter.Builder builder()
public static Class<? extends ShardFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.