Class ContainerProductLastModifiedDateFilterDateRange
- java.lang.Object
-
- software.amazon.awssdk.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContainerProductLastModifiedDateFilterDateRange.Builder,ContainerProductLastModifiedDateFilterDateRange>
@Generated("software.amazon.awssdk:codegen") public final class ContainerProductLastModifiedDateFilterDateRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerProductLastModifiedDateFilterDateRange.Builder,ContainerProductLastModifiedDateFilterDateRange>
Object that contains date range of the last modified date to be filtered on. You can optionally provide a
BeforeValueand/orAfterValue. Both are inclusive.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContainerProductLastModifiedDateFilterDateRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringafterValue()Date after which the container product was last modified.StringbeforeValue()Date before which the container product was last modified.static ContainerProductLastModifiedDateFilterDateRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ContainerProductLastModifiedDateFilterDateRange.Builder>serializableBuilderClass()ContainerProductLastModifiedDateFilterDateRange.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
afterValue
public final String afterValue()
Date after which the container product was last modified.
- Returns:
- Date after which the container product was last modified.
-
beforeValue
public final String beforeValue()
Date before which the container product was last modified.
- Returns:
- Date before which the container product was last modified.
-
toBuilder
public ContainerProductLastModifiedDateFilterDateRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContainerProductLastModifiedDateFilterDateRange.Builder,ContainerProductLastModifiedDateFilterDateRange>
-
builder
public static ContainerProductLastModifiedDateFilterDateRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContainerProductLastModifiedDateFilterDateRange.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-