public class LogGroup extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
LogGroup() |
| Modifier and Type | Method and Description |
|---|---|
LogGroup |
clone() |
boolean |
equals(Object obj) |
String |
getArn() |
Long |
getCreationTime() |
String |
getLogGroupName() |
Integer |
getMetricFilterCount() |
Integer |
getRetentionInDays() |
Long |
getStoredBytes() |
int |
hashCode() |
void |
setArn(String arn) |
void |
setCreationTime(Long creationTime) |
void |
setLogGroupName(String logGroupName) |
void |
setMetricFilterCount(Integer metricFilterCount) |
void |
setRetentionInDays(Integer retentionInDays) |
void |
setStoredBytes(Long storedBytes) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LogGroup |
withArn(String arn) |
LogGroup |
withCreationTime(Long creationTime) |
LogGroup |
withLogGroupName(String logGroupName) |
LogGroup |
withMetricFilterCount(Integer metricFilterCount) |
LogGroup |
withRetentionInDays(Integer retentionInDays) |
LogGroup |
withStoredBytes(Long storedBytes) |
public void setLogGroupName(String logGroupName)
logGroupName - public String getLogGroupName()
public LogGroup withLogGroupName(String logGroupName)
logGroupName - public void setCreationTime(Long creationTime)
creationTime - public Long getCreationTime()
public LogGroup withCreationTime(Long creationTime)
creationTime - public void setRetentionInDays(Integer retentionInDays)
retentionInDays - public Integer getRetentionInDays()
public LogGroup withRetentionInDays(Integer retentionInDays)
retentionInDays - public void setMetricFilterCount(Integer metricFilterCount)
metricFilterCount - public Integer getMetricFilterCount()
public LogGroup withMetricFilterCount(Integer metricFilterCount)
metricFilterCount - public void setArn(String arn)
arn - public String getArn()
public LogGroup withArn(String arn)
arn - public void setStoredBytes(Long storedBytes)
storedBytes - public Long getStoredBytes()
public LogGroup withStoredBytes(Long storedBytes)
storedBytes - public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.