public class DeleteSubscriptionFilterRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes the specified subscription filter.
Constructor and Description |
---|
DeleteSubscriptionFilterRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFilterName()
The name of the subscription filter.
|
java.lang.String |
getLogGroupName()
The name of the log group.
|
int |
hashCode() |
void |
setFilterName(java.lang.String filterName)
The name of the subscription filter.
|
void |
setLogGroupName(java.lang.String logGroupName)
The name of the log group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSubscriptionFilterRequest |
withFilterName(java.lang.String filterName)
The name of the subscription filter.
|
DeleteSubscriptionFilterRequest |
withLogGroupName(java.lang.String logGroupName)
The name of the log group.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getLogGroupName()
The name of the log group.
Constraints:
Length: 1 - 512
Pattern: [\.\-_/#A-Za-z0-9]+
The name of the log group.
public void setLogGroupName(java.lang.String logGroupName)
The name of the log group.
Constraints:
Length: 1 - 512
Pattern: [\.\-_/#A-Za-z0-9]+
logGroupName
- The name of the log group.
public DeleteSubscriptionFilterRequest withLogGroupName(java.lang.String logGroupName)
The name of the log group.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [\.\-_/#A-Za-z0-9]+
logGroupName
- The name of the log group.
public java.lang.String getFilterName()
The name of the subscription filter.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
The name of the subscription filter.
public void setFilterName(java.lang.String filterName)
The name of the subscription filter.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
filterName
- The name of the subscription filter.
public DeleteSubscriptionFilterRequest withFilterName(java.lang.String filterName)
The name of the subscription filter.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
filterName
- The name of the subscription filter.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.