public class DescribeDBLogFilesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBInstanceIdentifier
The customer-assigned name of the DB instance that contains the log files
you want to list.
|
private java.lang.Long |
fileLastWritten
Filters the available log files for files written since the specified
date, in POSIX timestamp format with milliseconds.
|
private java.lang.String |
filenameContains
Filters the available log files for log file names that contain the
specified string.
|
private java.lang.Long |
fileSize
Filters the available log files for files larger than the specified size.
|
private SdkInternalList<Filter> |
filters
This parameter is not currently supported.
|
private java.lang.String |
marker
The pagination token provided in the previous request.
|
private java.lang.Integer |
maxRecords
The maximum number of records to include in the response.
|
NOOP
Constructor and Description |
---|
DescribeDBLogFilesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDBLogFilesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBInstanceIdentifier()
The customer-assigned name of the DB instance that contains the log files
you want to list.
|
java.lang.Long |
getFileLastWritten()
Filters the available log files for files written since the specified
date, in POSIX timestamp format with milliseconds.
|
java.lang.String |
getFilenameContains()
Filters the available log files for log file names that contain the
specified string.
|
java.lang.Long |
getFileSize()
Filters the available log files for files larger than the specified size.
|
java.util.List<Filter> |
getFilters()
This parameter is not currently supported.
|
java.lang.String |
getMarker()
The pagination token provided in the previous request.
|
java.lang.Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files
you want to list.
|
void |
setFileLastWritten(java.lang.Long fileLastWritten)
Filters the available log files for files written since the specified
date, in POSIX timestamp format with milliseconds.
|
void |
setFilenameContains(java.lang.String filenameContains)
Filters the available log files for log file names that contain the
specified string.
|
void |
setFileSize(java.lang.Long fileSize)
Filters the available log files for files larger than the specified size.
|
void |
setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
void |
setMarker(java.lang.String marker)
The pagination token provided in the previous request.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBLogFilesRequest |
withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files
you want to list.
|
DescribeDBLogFilesRequest |
withFileLastWritten(java.lang.Long fileLastWritten)
Filters the available log files for files written since the specified
date, in POSIX timestamp format with milliseconds.
|
DescribeDBLogFilesRequest |
withFilenameContains(java.lang.String filenameContains)
Filters the available log files for log file names that contain the
specified string.
|
DescribeDBLogFilesRequest |
withFileSize(java.lang.Long fileSize)
Filters the available log files for files larger than the specified size.
|
DescribeDBLogFilesRequest |
withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBLogFilesRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBLogFilesRequest |
withMarker(java.lang.String marker)
The pagination token provided in the previous request.
|
DescribeDBLogFilesRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String dBInstanceIdentifier
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
private java.lang.String filenameContains
Filters the available log files for log file names that contain the specified string.
private java.lang.Long fileLastWritten
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
private java.lang.Long fileSize
Filters the available log files for files larger than the specified size.
private SdkInternalList<Filter> filters
This parameter is not currently supported.
private java.lang.Integer maxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
private java.lang.String 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 void setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
dBInstanceIdentifier
- The customer-assigned name of the DB instance that contains the
log files you want to list.
Constraints:
public java.lang.String getDBInstanceIdentifier()
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Constraints:
public DescribeDBLogFilesRequest withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
dBInstanceIdentifier
- The customer-assigned name of the DB instance that contains the
log files you want to list.
Constraints:
public void setFilenameContains(java.lang.String filenameContains)
Filters the available log files for log file names that contain the specified string.
filenameContains
- Filters the available log files for log file names that contain
the specified string.public java.lang.String getFilenameContains()
Filters the available log files for log file names that contain the specified string.
public DescribeDBLogFilesRequest withFilenameContains(java.lang.String filenameContains)
Filters the available log files for log file names that contain the specified string.
filenameContains
- Filters the available log files for log file names that contain
the specified string.public void setFileLastWritten(java.lang.Long fileLastWritten)
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
fileLastWritten
- Filters the available log files for files written since the
specified date, in POSIX timestamp format with milliseconds.public java.lang.Long getFileLastWritten()
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
public DescribeDBLogFilesRequest withFileLastWritten(java.lang.Long fileLastWritten)
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
fileLastWritten
- Filters the available log files for files written since the
specified date, in POSIX timestamp format with milliseconds.public void setFileSize(java.lang.Long fileSize)
Filters the available log files for files larger than the specified size.
fileSize
- Filters the available log files for files larger than the
specified size.public java.lang.Long getFileSize()
Filters the available log files for files larger than the specified size.
public DescribeDBLogFilesRequest withFileSize(java.lang.Long fileSize)
Filters the available log files for files larger than the specified size.
fileSize
- Filters the available log files for files larger than the
specified size.public java.util.List<Filter> getFilters()
This parameter is not currently supported.
public void setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public DescribeDBLogFilesRequest withFilters(Filter... filters)
This parameter is not currently supported.
NOTE: This method appends the values to the existing list (if
any). Use setFilters(java.util.Collection)
or
withFilters(java.util.Collection)
if you want to override the
existing values.
filters
- This parameter is not currently supported.public DescribeDBLogFilesRequest withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public void setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a pagination
token called a marker is included in the response so that the
remaining results can be retrieved.public java.lang.Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
public DescribeDBLogFilesRequest withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a pagination
token called a marker is included in the response so that the
remaining results can be retrieved.public void setMarker(java.lang.String 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.
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 java.lang.String getMarker()
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 DescribeDBLogFilesRequest withMarker(java.lang.String 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeDBLogFilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()