Class RunLogLocation
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.RunLogLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RunLogLocation.Builder,RunLogLocation>
@Generated("software.amazon.awssdk:codegen") public final class RunLogLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RunLogLocation.Builder,RunLogLocation>
The URI for the run log.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRunLogLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RunLogLocation.Builderbuilder()StringengineLogStream()The log stream ARN for the engine log.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrunLogStream()The log stream ARN for the run log.List<SdkField<?>>sdkFields()static Class<? extends RunLogLocation.Builder>serializableBuilderClass()RunLogLocation.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
-
engineLogStream
public final String engineLogStream()
The log stream ARN for the engine log.
- Returns:
- The log stream ARN for the engine log.
-
runLogStream
public final String runLogStream()
The log stream ARN for the run log.
- Returns:
- The log stream ARN for the run log.
-
toBuilder
public RunLogLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RunLogLocation.Builder,RunLogLocation>
-
builder
public static RunLogLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends RunLogLocation.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.
-
-