Class SubscriptionFilter
java.lang.Object
com.amazonaws.services.logs.model.SubscriptionFilter
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetCreationTime(Long creationTime) voidsetDestinationArn(String destinationArn) voidsetFilterName(String filterName) voidsetFilterPattern(String filterPattern) voidsetLogGroupName(String logGroupName) voidsetRoleArn(String roleArn) toString()Returns a string representation of this object; useful for testing and debugging.withCreationTime(Long creationTime) withDestinationArn(String destinationArn) withFilterName(String filterName) withFilterPattern(String filterPattern) withLogGroupName(String logGroupName) withRoleArn(String roleArn)
-
Constructor Details
-
SubscriptionFilter
public SubscriptionFilter()
-
-
Method Details
-
setFilterName
- Parameters:
filterName-
-
getFilterName
- Returns:
-
withFilterName
- Parameters:
filterName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLogGroupName
- Parameters:
logGroupName-
-
getLogGroupName
- Returns:
-
withLogGroupName
- Parameters:
logGroupName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFilterPattern
- Parameters:
filterPattern-
-
getFilterPattern
- Returns:
-
withFilterPattern
- Parameters:
filterPattern-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDestinationArn
- Parameters:
destinationArn-
-
getDestinationArn
- Returns:
-
withDestinationArn
- Parameters:
destinationArn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRoleArn
- Parameters:
roleArn-
-
getRoleArn
- Returns:
-
withRoleArn
- Parameters:
roleArn-- 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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-