@Generated(value="software.amazon.awssdk:codegen") public final class TagLogGroupRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<TagLogGroupRequest.Builder,TagLogGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagLogGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagLogGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupName()
The name of the log group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagLogGroupRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The key-value pairs to use for the tags.
|
TagLogGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String logGroupName()
The name of the log group.
public Map<String,String> tags()
The key-value pairs to use for the tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TagLogGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagLogGroupRequest.Builder,TagLogGroupRequest>toBuilder in class CloudWatchLogsRequestpublic static TagLogGroupRequest.Builder builder()
public static Class<? extends TagLogGroupRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.