@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about CloudWatch Logs for the build project.
Constructor and Description |
---|
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The group name of the logs in CloudWatch Logs.
|
String |
getStatus()
The current status of the logs in CloudWatch Logs for a build project.
|
String |
getStreamName()
The prefix of the stream name of the CloudWatch Logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupName(String groupName)
The group name of the logs in CloudWatch Logs.
|
void |
setStatus(String status)
The current status of the logs in CloudWatch Logs for a build project.
|
void |
setStreamName(String streamName)
The prefix of the stream name of the CloudWatch Logs.
|
String |
toString()
Returns a string representation of this object.
|
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails |
withGroupName(String groupName)
The group name of the logs in CloudWatch Logs.
|
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails |
withStatus(String status)
The current status of the logs in CloudWatch Logs for a build project.
|
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails |
withStreamName(String streamName)
The prefix of the stream name of the CloudWatch Logs.
|
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails()
public void setGroupName(String groupName)
The group name of the logs in CloudWatch Logs.
groupName
- The group name of the logs in CloudWatch Logs.public String getGroupName()
The group name of the logs in CloudWatch Logs.
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails withGroupName(String groupName)
The group name of the logs in CloudWatch Logs.
groupName
- The group name of the logs in CloudWatch Logs.public void setStatus(String status)
The current status of the logs in CloudWatch Logs for a build project.
status
- The current status of the logs in CloudWatch Logs for a build project.public String getStatus()
The current status of the logs in CloudWatch Logs for a build project.
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails withStatus(String status)
The current status of the logs in CloudWatch Logs for a build project.
status
- The current status of the logs in CloudWatch Logs for a build project.public void setStreamName(String streamName)
The prefix of the stream name of the CloudWatch Logs.
streamName
- The prefix of the stream name of the CloudWatch Logs.public String getStreamName()
The prefix of the stream name of the CloudWatch Logs.
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails withStreamName(String streamName)
The prefix of the stream name of the CloudWatch Logs.
streamName
- The prefix of the stream name of the CloudWatch Logs.public String toString()
toString
in class Object
Object.toString()
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.