public class DownloadDBLogFilePortionRequest extends AmazonWebServiceRequest implements Serializable
DownloadDBLogFilePortion operation
.
Downloads the last line of the specified log file.
Constructor and Description |
---|
DownloadDBLogFilePortionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDBInstanceIdentifier()
The customer-assigned name of the DB Instance that contains the log
files you want to list.
|
String |
getLogFileName()
The name of the log file to be downloaded.
|
String |
getMarker()
The pagination token provided in the previous request.
|
Integer |
getNumberOfLines()
The number of lines remaining to be downloaded.
|
int |
hashCode() |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB Instance that contains the log
files you want to list.
|
void |
setLogFileName(String logFileName)
The name of the log file to be downloaded.
|
void |
setMarker(String marker)
The pagination token provided in the previous request.
|
void |
setNumberOfLines(Integer numberOfLines)
The number of lines remaining to be downloaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DownloadDBLogFilePortionRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB Instance that contains the log
files you want to list.
|
DownloadDBLogFilePortionRequest |
withLogFileName(String logFileName)
The name of the log file to be downloaded.
|
DownloadDBLogFilePortionRequest |
withMarker(String marker)
The pagination token provided in the previous request.
|
DownloadDBLogFilePortionRequest |
withNumberOfLines(Integer numberOfLines)
The number of lines remaining to be downloaded.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getDBInstanceIdentifier()
Constraints:
Constraints:
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Constraints:
dBInstanceIdentifier
- The customer-assigned name of the DB Instance that contains the log
files you want to list. Constraints:
public DownloadDBLogFilePortionRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier
- The customer-assigned name of the DB Instance that contains the log
files you want to list. Constraints:
public String getLogFileName()
public void setLogFileName(String logFileName)
logFileName
- The name of the log file to be downloaded.public DownloadDBLogFilePortionRequest withLogFileName(String logFileName)
Returns a reference to this object so that method calls can be chained together.
logFileName
- The name of the log file to be downloaded.public String getMarker()
public void setMarker(String marker)
marker
- The pagination token provided in the previous request. If this
parameter is specified the response includes only records beyond the
marker, up to MaxRecords.public DownloadDBLogFilePortionRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token provided in the previous request. If this
parameter is specified the response includes only records beyond the
marker, up to MaxRecords.public Integer getNumberOfLines()
public void setNumberOfLines(Integer numberOfLines)
numberOfLines
- The number of lines remaining to be downloaded.public DownloadDBLogFilePortionRequest withNumberOfLines(Integer numberOfLines)
Returns a reference to this object so that method calls can be chained together.
numberOfLines
- The number of lines remaining to be downloaded.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.