@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogRecordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetLogRecordRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetLogRecordRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getLogRecordPointer()
 The pointer corresponding to the log event record you want to retrieve. | 
| Boolean | getUnmask()
 Specify  trueto display the log event fields with all sensitive data unmasked and visible. | 
| int | hashCode() | 
| Boolean | isUnmask()
 Specify  trueto display the log event fields with all sensitive data unmasked and visible. | 
| void | setLogRecordPointer(String logRecordPointer)
 The pointer corresponding to the log event record you want to retrieve. | 
| void | setUnmask(Boolean unmask)
 Specify  trueto display the log event fields with all sensitive data unmasked and visible. | 
| String | toString()Returns a string representation of this object. | 
| GetLogRecordRequest | withLogRecordPointer(String logRecordPointer)
 The pointer corresponding to the log event record you want to retrieve. | 
| GetLogRecordRequest | withUnmask(Boolean unmask)
 Specify  trueto display the log event fields with all sensitive data unmasked and visible. | 
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, withSdkRequestTimeoutpublic void setLogRecordPointer(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.
 
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.public String getLogRecordPointer()
 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 GetLogRecordRequest withLogRecordPointer(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.
 
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.public void setUnmask(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.
 
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.
public Boolean getUnmask()
 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 withUnmask(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.
 
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.
public Boolean isUnmask()
 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 String toString()
toString in class ObjectObject.toString()public GetLogRecordRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()