@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchLogs extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CloudWatchLogs() |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogs |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled() |
String |
getLogGroup() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled) |
void |
setLogGroup(String logGroup) |
String |
toString()
Returns a string representation of this object.
|
CloudWatchLogs |
withEnabled(Boolean enabled) |
CloudWatchLogs |
withLogGroup(String logGroup) |
public void setEnabled(Boolean enabled)
enabled - public Boolean getEnabled()
public CloudWatchLogs withEnabled(Boolean enabled)
enabled - public Boolean isEnabled()
public void setLogGroup(String logGroup)
logGroup - public String getLogGroup()
public CloudWatchLogs withLogGroup(String logGroup)
logGroup - public String toString()
toString in class ObjectObject.toString()public CloudWatchLogs clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.