Class Source
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.Source
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Source.Builder,Source>
@Generated("software.amazon.awssdk:codegen") public final class Source extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Source.Builder,Source>
Information about a source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Architecturearchitecture()The taget processor architecture for the application.StringarchitectureAsString()The taget processor architecture for the application.static Source.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringetag()A hash of the object specified bys3Bucketands3Key.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()The s3 bucket name.Strings3Key()The s3 object key.List<SdkField<?>>sdkFields()static Class<? extends Source.Builder>serializableBuilderClass()Source.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
-
s3Bucket
public final String s3Bucket()
The s3 bucket name.
- Returns:
- The s3 bucket name.
-
s3Key
public final String s3Key()
The s3 object key.
- Returns:
- The s3 object key.
-
etag
public final String etag()
A hash of the object specified by
s3Bucketands3Key.- Returns:
- A hash of the object specified by
s3Bucketands3Key.
-
architecture
public final Architecture architecture()
The taget processor architecture for the application.
If the service returns an enum value that is not available in the current SDK version,
architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The taget processor architecture for the application.
- See Also:
Architecture
-
architectureAsString
public final String architectureAsString()
The taget processor architecture for the application.
If the service returns an enum value that is not available in the current SDK version,
architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The taget processor architecture for the application.
- See Also:
Architecture
-
toBuilder
public Source.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Source.Builder,Source>
-
builder
public static Source.Builder builder()
-
serializableBuilderClass
public static Class<? extends Source.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.
-
-