@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogRecordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetLogRecordResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetLogRecordResult | addLogRecordEntry(String key,
                 String value)Add a single LogRecord entry | 
| GetLogRecordResult | clearLogRecordEntries()Removes all the entries added into LogRecord. | 
| GetLogRecordResult | clone() | 
| boolean | equals(Object obj) | 
| Map<String,String> | getLogRecord()
 The requested log event, as a JSON string. | 
| int | hashCode() | 
| void | setLogRecord(Map<String,String> logRecord)
 The requested log event, as a JSON string. | 
| String | toString()Returns a string representation of this object. | 
| GetLogRecordResult | withLogRecord(Map<String,String> logRecord)
 The requested log event, as a JSON string. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getLogRecord()
The requested log event, as a JSON string.
public void setLogRecord(Map<String,String> logRecord)
The requested log event, as a JSON string.
logRecord - The requested log event, as a JSON string.public GetLogRecordResult withLogRecord(Map<String,String> logRecord)
The requested log event, as a JSON string.
logRecord - The requested log event, as a JSON string.public GetLogRecordResult addLogRecordEntry(String key, String value)
public GetLogRecordResult clearLogRecordEntries()
public String toString()
toString in class ObjectObject.toString()public GetLogRecordResult clone()