Class CreatedAt
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.CreatedAt
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreatedAt.Builder,CreatedAt>
@Generated("software.amazon.awssdk:codegen") public final class CreatedAt extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreatedAt.Builder,CreatedAt>
The optional filter to narrow the
ListServiceDeploymentresults.If you do not specify a value, service deployments that were created before the current time are included in the result.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreatedAt.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Instantafter()Include service deployments in the result that were created after this time.Instantbefore()Include service deployments in the result that were created before this time.static CreatedAt.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 CreatedAt.Builder>serializableBuilderClass()CreatedAt.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
-
before
public final Instant before()
Include service deployments in the result that were created before this time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
- Returns:
- Include service deployments in the result that were created before this time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
-
after
public final Instant after()
Include service deployments in the result that were created after this time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
- Returns:
- Include service deployments in the result that were created after this time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
-
toBuilder
public CreatedAt.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreatedAt.Builder,CreatedAt>
-
builder
public static CreatedAt.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreatedAt.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
-
-