Class TaskExecutionFilesListedDetail
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.TaskExecutionFilesListedDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TaskExecutionFilesListedDetail.Builder,TaskExecutionFilesListedDetail>
@Generated("software.amazon.awssdk:codegen") public final class TaskExecutionFilesListedDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskExecutionFilesListedDetail.Builder,TaskExecutionFilesListedDetail>
The number of objects that DataSync finds at your locations.
Applies only to Enhanced mode tasks.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaskExecutionFilesListedDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongatDestinationForDelete()The number of objects that DataSync finds at your destination location.LongatSource()The number of objects that DataSync finds at your source location.static TaskExecutionFilesListedDetail.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 TaskExecutionFilesListedDetail.Builder>serializableBuilderClass()TaskExecutionFilesListedDetail.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
-
atSource
public final Long atSource()
The number of objects that DataSync finds at your source location.
-
With a manifest, DataSync lists only what's in your manifest (and not everything at your source location).
-
With an include filter, DataSync lists only what matches the filter at your source location.
-
With an exclude filter, DataSync lists everything at your source location before applying the filter.
- Returns:
- The number of objects that DataSync finds at your source location.
-
With a manifest , DataSync lists only what's in your manifest (and not everything at your source location).
-
With an include filter, DataSync lists only what matches the filter at your source location.
-
With an exclude filter, DataSync lists everything at your source location before applying the filter.
-
-
-
atDestinationForDelete
public final Long atDestinationForDelete()
The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.
- Returns:
- The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.
-
toBuilder
public TaskExecutionFilesListedDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TaskExecutionFilesListedDetail.Builder,TaskExecutionFilesListedDetail>
-
builder
public static TaskExecutionFilesListedDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends TaskExecutionFilesListedDetail.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
-
-