@Generated(value="software.amazon.awssdk:codegen") public final class GetLogRecordRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<GetLogRecordRequest.Builder,GetLogRecordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLogRecordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLogRecordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logRecordPointer()
The pointer corresponding to the log event record you want to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLogRecordRequest.Builder> |
serializableBuilderClass() |
GetLogRecordRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
unmask()
Specify
true to display the log event fields with all sensitive data unmasked and visible. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logRecordPointer()
The pointer corresponding to the log event record you want to retrieve. You get this from the response of a
GetQueryResults operation. In that response, the value of the @ptr field for a log
event is the value to use as logRecordPointer to retrieve that complete log event record.
GetQueryResults operation. In that response, the value of the @ptr field for
a log event is the value to use as logRecordPointer to retrieve that complete log event
record.public final Boolean unmask()
Specify true to display the log event fields with all sensitive data unmasked and visible. The
default is false.
To use this operation with this parameter, you must be signed into an account with the logs:Unmask
permission.
true to display the log event fields with all sensitive data unmasked and visible.
The default is false.
To use this operation with this parameter, you must be signed into an account with the
logs:Unmask permission.
public GetLogRecordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLogRecordRequest.Builder,GetLogRecordRequest>toBuilder in class CloudWatchLogsRequestpublic static GetLogRecordRequest.Builder builder()
public static Class<? extends GetLogRecordRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.