@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogsLocation extends Object implements Serializable, Cloneable, StructuredPojo
Information about build logs in Amazon CloudWatch Logs.
Constructor and Description |
---|
LogsLocation() |
Modifier and Type | Method and Description |
---|---|
LogsLocation |
clone() |
boolean |
equals(Object obj) |
String |
getDeepLink()
The URL to an individual build log in Amazon CloudWatch Logs.
|
String |
getGroupName()
The name of the Amazon CloudWatch Logs group for the build logs.
|
String |
getStreamName()
The name of the Amazon CloudWatch Logs stream for the build logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
|
void |
setGroupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
|
void |
setStreamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LogsLocation |
withDeepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
|
LogsLocation |
withGroupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
|
LogsLocation |
withStreamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
|
public void setGroupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
groupName
- The name of the Amazon CloudWatch Logs group for the build logs.public String getGroupName()
The name of the Amazon CloudWatch Logs group for the build logs.
public LogsLocation withGroupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
groupName
- The name of the Amazon CloudWatch Logs group for the build logs.public void setStreamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
streamName
- The name of the Amazon CloudWatch Logs stream for the build logs.public String getStreamName()
The name of the Amazon CloudWatch Logs stream for the build logs.
public LogsLocation withStreamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
streamName
- The name of the Amazon CloudWatch Logs stream for the build logs.public void setDeepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
deepLink
- The URL to an individual build log in Amazon CloudWatch Logs.public String getDeepLink()
The URL to an individual build log in Amazon CloudWatch Logs.
public LogsLocation withDeepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
deepLink
- The URL to an individual build log in Amazon CloudWatch Logs.public String toString()
toString
in class Object
Object.toString()
public LogsLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.