@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.
|
int |
hashCode() |
void |
setLogRecordPointer(String logRecordPointer)
The pointer corresponding to the log event record you want to retrieve.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public GetLogRecordRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.