Class LastModifiedDate
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.LastModifiedDate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LastModifiedDate.Builder,LastModifiedDate>
@Generated("software.amazon.awssdk:codegen") public final class LastModifiedDate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastModifiedDate.Builder,LastModifiedDate>
Defines a filter to retrieve opportunities based on the last modified date. This filter is useful for tracking changes or updates to opportunities over time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLastModifiedDate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantafterLastModifiedDate()Specifies the date after which the opportunities were modified.InstantbeforeLastModifiedDate()Specifies the date before which the opportunities were modified.static LastModifiedDate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LastModifiedDate.Builder>serializableBuilderClass()LastModifiedDate.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
-
afterLastModifiedDate
public final Instant afterLastModifiedDate()
Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
- Returns:
- Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
-
beforeLastModifiedDate
public final Instant beforeLastModifiedDate()
Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
- Returns:
- Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
-
toBuilder
public LastModifiedDate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LastModifiedDate.Builder,LastModifiedDate>
-
builder
public static LastModifiedDate.Builder builder()
-
serializableBuilderClass
public static Class<? extends LastModifiedDate.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-