@Generated(value="software.amazon.awssdk:codegen") public final class RunLogLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RunLogLocation.Builder,RunLogLocation>
The URI for the run log.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RunLogLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RunLogLocation.Builder |
builder() |
String |
engineLogStream()
The log stream ARN for the engine log.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
runLogStream()
The log stream ARN for the run log.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RunLogLocation.Builder> |
serializableBuilderClass() |
RunLogLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String engineLogStream()
The log stream ARN for the engine log.
public final String runLogStream()
The log stream ARN for the run log.
public RunLogLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RunLogLocation.Builder,RunLogLocation>public static RunLogLocation.Builder builder()
public static Class<? extends RunLogLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.