StructuredPojo
, ToCopyableBuilder<LogsLocation.Builder,LogsLocation>
@Generated("software.amazon.awssdk:codegen") public class LogsLocation extends Object implements StructuredPojo, ToCopyableBuilder<LogsLocation.Builder,LogsLocation>
Information about build logs in Amazon CloudWatch Logs.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LogsLocation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static LogsLocation.Builder |
builder() |
|
String |
deepLink() |
The URL to an individual build log in Amazon CloudWatch Logs.
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The name of the Amazon CloudWatch Logs group for the build logs.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends LogsLocation.Builder> |
serializableBuilderClass() |
|
String |
streamName() |
The name of the Amazon CloudWatch Logs stream for the build logs.
|
LogsLocation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String groupName()
The name of the Amazon CloudWatch Logs group for the build logs.
public String streamName()
The name of the Amazon CloudWatch Logs stream for the build logs.
public String deepLink()
The URL to an individual build log in Amazon CloudWatch Logs.
public LogsLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LogsLocation.Builder,LogsLocation>
public static LogsLocation.Builder builder()
public static Class<? extends LogsLocation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.