Class PathMappingRule
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.PathMappingRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PathMappingRule.Builder,PathMappingRule>
@Generated("software.amazon.awssdk:codegen") public final class PathMappingRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PathMappingRule.Builder,PathMappingRule>
The details of a source and destination path.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePathMappingRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathMappingRule.Builderbuilder()StringdestinationPath()The destination path.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PathMappingRule.Builder>serializableBuilderClass()StringsourcePath()The source path.PathFormatsourcePathFormat()The source path format.StringsourcePathFormatAsString()The source path format.PathMappingRule.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
-
destinationPath
public final String destinationPath()
The destination path.
- Returns:
- The destination path.
-
sourcePath
public final String sourcePath()
The source path.
- Returns:
- The source path.
-
sourcePathFormat
public final PathFormat sourcePathFormat()
The source path format.
If the service returns an enum value that is not available in the current SDK version,
sourcePathFormatwill returnPathFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourcePathFormatAsString().- Returns:
- The source path format.
- See Also:
PathFormat
-
sourcePathFormatAsString
public final String sourcePathFormatAsString()
The source path format.
If the service returns an enum value that is not available in the current SDK version,
sourcePathFormatwill returnPathFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourcePathFormatAsString().- Returns:
- The source path format.
- See Also:
PathFormat
-
toBuilder
public PathMappingRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PathMappingRule.Builder,PathMappingRule>
-
builder
public static PathMappingRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends PathMappingRule.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.
-
-