@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagLogGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UntagLogGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UntagLogGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group.
|
List<String> |
getTags()
The tag keys.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group.
|
void |
setTags(Collection<String> tags)
The tag keys.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagLogGroupRequest |
withLogGroupName(String logGroupName)
The name of the log group.
|
UntagLogGroupRequest |
withTags(Collection<String> tags)
The tag keys.
|
UntagLogGroupRequest |
withTags(String... tags)
The tag keys.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public String getLogGroupName()
The name of the log group.
public UntagLogGroupRequest withLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public List<String> getTags()
The tag keys. The corresponding tags are removed from the log group.
public void setTags(Collection<String> tags)
The tag keys. The corresponding tags are removed from the log group.
tags
- The tag keys. The corresponding tags are removed from the log group.public UntagLogGroupRequest withTags(String... tags)
The tag keys. The corresponding tags are removed from the log group.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tag keys. The corresponding tags are removed from the log group.public UntagLogGroupRequest withTags(Collection<String> tags)
The tag keys. The corresponding tags are removed from the log group.
tags
- The tag keys. The corresponding tags are removed from the log group.public String toString()
toString
in class Object
Object.toString()
public UntagLogGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.