@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) |
boolean |
equalsBySdkFields(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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 CloudWatchLogsRequest
public static GetLogGroupFieldsRequest.Builder builder()
public static Class<? extends GetLogGroupFieldsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.