@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagLogGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TagLogGroupRequest() |
Modifier and Type | Method and Description |
---|---|
TagLogGroupRequest |
addTagsEntry(String key,
String value) |
TagLogGroupRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
TagLogGroupRequest |
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.
|
Map<String,String> |
getTags()
The key-value pairs to use for the tags.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group.
|
void |
setTags(Map<String,String> tags)
The key-value pairs to use for the tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagLogGroupRequest |
withLogGroupName(String logGroupName)
The name of the log group.
|
TagLogGroupRequest |
withTags(Map<String,String> tags)
The key-value pairs to use for the tags.
|
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 TagLogGroupRequest withLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public Map<String,String> getTags()
The key-value pairs to use for the tags.
public void setTags(Map<String,String> tags)
The key-value pairs to use for the tags.
tags
- The key-value pairs to use for the tags.public TagLogGroupRequest withTags(Map<String,String> tags)
The key-value pairs to use for the tags.
tags
- The key-value pairs to use for the tags.public TagLogGroupRequest addTagsEntry(String key, String value)
public TagLogGroupRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public TagLogGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.