@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBLogFilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDBLogFilesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDBLogFilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceIdentifier()
The customer-assigned name of the DB instance that contains the log files you want to list.
|
Long |
getFileLastWritten()
Filters the available log files for files written since the specified date, in POSIX timestamp format with
milliseconds.
|
String |
getFilenameContains()
Filters the available log files for log file names that contain the specified string.
|
Long |
getFileSize()
Filters the available log files for files larger than the specified size.
|
List<Filter> |
getFilters()
This parameter is not currently supported.
|
String |
getMarker()
The pagination token provided in the previous request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list.
|
void |
setFileLastWritten(Long fileLastWritten)
Filters the available log files for files written since the specified date, in POSIX timestamp format with
milliseconds.
|
void |
setFilenameContains(String filenameContains)
Filters the available log files for log file names that contain the specified string.
|
void |
setFileSize(Long fileSize)
Filters the available log files for files larger than the specified size.
|
void |
setFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
void |
setMarker(String marker)
The pagination token provided in the previous request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDBLogFilesRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list.
|
DescribeDBLogFilesRequest |
withFileLastWritten(Long fileLastWritten)
Filters the available log files for files written since the specified date, in POSIX timestamp format with
milliseconds.
|
DescribeDBLogFilesRequest |
withFilenameContains(String filenameContains)
Filters the available log files for log file names that contain the specified string.
|
DescribeDBLogFilesRequest |
withFileSize(Long fileSize)
Filters the available log files for files larger than the specified size.
|
DescribeDBLogFilesRequest |
withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBLogFilesRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBLogFilesRequest |
withMarker(String marker)
The pagination token provided in the previous request.
|
DescribeDBLogFilesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
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, withSdkRequestTimeout
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must match the identifier of an existing DBInstance.
dBInstanceIdentifier
- The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must match the identifier of an existing DBInstance.
public String getDBInstanceIdentifier()
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must match the identifier of an existing DBInstance.
Constraints:
Must match the identifier of an existing DBInstance.
public DescribeDBLogFilesRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must match the identifier of an existing DBInstance.
dBInstanceIdentifier
- The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must match the identifier of an existing DBInstance.
public void setFilenameContains(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 String getFilenameContains()
Filters the available log files for log file names that contain the specified string.
public DescribeDBLogFilesRequest withFilenameContains(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(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 Long getFileLastWritten()
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
public DescribeDBLogFilesRequest withFileLastWritten(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(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 Long getFileSize()
Filters the available log files for files larger than the specified size.
public DescribeDBLogFilesRequest withFileSize(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 List<Filter> getFilters()
This parameter is not currently supported.
public void setFilters(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(Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public void setMaxRecords(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 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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public DescribeDBLogFilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.