Class ManifestProperties
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.ManifestProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManifestProperties.Builder,ManifestProperties>
@Generated("software.amazon.awssdk:codegen") public final class ManifestProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManifestProperties.Builder,ManifestProperties>
The details of the manifest that links a job's source information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManifestProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManifestProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemLocationName()The file system location name.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasOutputRelativeDirectories()For responses, this returns true if the service returned a value for the OutputRelativeDirectories property.StringinputManifestHash()The has value of the file.StringinputManifestPath()The file path.List<String>outputRelativeDirectories()The file path relative to the directory.StringrootPath()The file's root path.PathFormatrootPathFormat()The format of the root path.StringrootPathFormatAsString()The format of the root path.List<SdkField<?>>sdkFields()static Class<? extends ManifestProperties.Builder>serializableBuilderClass()ManifestProperties.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
-
fileSystemLocationName
public final String fileSystemLocationName()
The file system location name.
- Returns:
- The file system location name.
-
inputManifestHash
public final String inputManifestHash()
The has value of the file.
- Returns:
- The has value of the file.
-
inputManifestPath
public final String inputManifestPath()
The file path.
- Returns:
- The file path.
-
hasOutputRelativeDirectories
public final boolean hasOutputRelativeDirectories()
For responses, this returns true if the service returned a value for the OutputRelativeDirectories property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
outputRelativeDirectories
public final List<String> outputRelativeDirectories()
The file path relative to the directory.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOutputRelativeDirectories()method.- Returns:
- The file path relative to the directory.
-
rootPath
public final String rootPath()
The file's root path.
- Returns:
- The file's root path.
-
rootPathFormat
public final PathFormat rootPathFormat()
The format of the root path.
If the service returns an enum value that is not available in the current SDK version,
rootPathFormatwill returnPathFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrootPathFormatAsString().- Returns:
- The format of the root path.
- See Also:
PathFormat
-
rootPathFormatAsString
public final String rootPathFormatAsString()
The format of the root path.
If the service returns an enum value that is not available in the current SDK version,
rootPathFormatwill returnPathFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrootPathFormatAsString().- Returns:
- The format of the root path.
- See Also:
PathFormat
-
toBuilder
public ManifestProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManifestProperties.Builder,ManifestProperties>
-
builder
public static ManifestProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManifestProperties.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.
-
-