|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DownloadDBLogFilePortionRequest
public class DownloadDBLogFilePortionRequest
Container for the parameters to the DownloadDBLogFilePortion operation
.
Downloads the last line of the specified log file.
AmazonRDS.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest)
,
Serialized FormConstructor Summary | |
---|---|
DownloadDBLogFilePortionRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DownloadDBLogFilePortionRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |