@Generated(value="software.amazon.awssdk:codegen") public final class GetLogGroupFieldsRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<GetLogGroupFieldsRequest.Builder,GetLogGroupFieldsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLogGroupFieldsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLogGroupFieldsRequest.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 to search.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLogGroupFieldsRequest.Builder> |
serializableBuilderClass() |
Long |
time()
The time to set as the center of the query.
|
GetLogGroupFieldsRequest.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 to search.
public Long time()
The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes
after this time are searched. If you omit time, the past 15 minutes are queried.
The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.
time, the 8 minutes before and 8
minutes after this time are searched. If you omit time, the past 15 minutes are queried.
The time value is specified as epoch time, the number of seconds since January 1, 1970,
00:00:00 UTC.
public GetLogGroupFieldsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLogGroupFieldsRequest.Builder,GetLogGroupFieldsRequest>toBuilder in class CloudWatchLogsRequestpublic static GetLogGroupFieldsRequest.Builder builder()
public static Class<? extends GetLogGroupFieldsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.