Class LogGroup
java.lang.Object
com.amazonaws.services.logs.model.LogGroup
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetArn()inthashCode()voidvoidsetCreationTime(Long creationTime) voidsetLogGroupName(String logGroupName) voidsetMetricFilterCount(Integer metricFilterCount) voidsetRetentionInDays(Integer retentionInDays) voidsetStoredBytes(Long storedBytes) toString()Returns a string representation of this object; useful for testing and debugging.withCreationTime(Long creationTime) withLogGroupName(String logGroupName) withMetricFilterCount(Integer metricFilterCount) withRetentionInDays(Integer retentionInDays) withStoredBytes(Long storedBytes)
-
Constructor Details
-
LogGroup
public LogGroup()
-
-
Method Details
-
setLogGroupName
- Parameters:
logGroupName-
-
getLogGroupName
- Returns:
-
withLogGroupName
- Parameters:
logGroupName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationTime
- Parameters:
creationTime-
-
getCreationTime
- Returns:
-
withCreationTime
- Parameters:
creationTime-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRetentionInDays
- Parameters:
retentionInDays-
-
getRetentionInDays
- Returns:
-
withRetentionInDays
- Parameters:
retentionInDays-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMetricFilterCount
- Parameters:
metricFilterCount-
-
getMetricFilterCount
- Returns:
-
withMetricFilterCount
- Parameters:
metricFilterCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setArn
- Parameters:
arn-
-
getArn
- Returns:
-
withArn
- Parameters:
arn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStoredBytes
- Parameters:
storedBytes-
-
getStoredBytes
- Returns:
-
withStoredBytes
- Parameters:
storedBytes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-