* An optional pagination token provided by a previous request. If this parameter is specified, the response
* includes only records beyond the marker, up to the value specified by MaxRecords
.
*
* Descriptions of the endpoint settings available for your source or target database engine. *
*/ private java.util.List
* An optional pagination token provided by a previous request. If this parameter is specified, the response
* includes only records beyond the marker, up to the value specified by MaxRecords
.
*
MaxRecords
.
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
*
* An optional pagination token provided by a previous request. If this parameter is specified, the response
* includes only records beyond the marker, up to the value specified by MaxRecords
.
*
MaxRecords
.
*/
public String getMarker() {
return this.marker;
}
/**
*
* An optional pagination token provided by a previous request. If this parameter is specified, the response
* includes only records beyond the marker, up to the value specified by MaxRecords
.
*
MaxRecords
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeEndpointSettingsResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * Descriptions of the endpoint settings available for your source or target database engine. *
* * @return Descriptions of the endpoint settings available for your source or target database engine. */ public java.util.List* Descriptions of the endpoint settings available for your source or target database engine. *
* * @param endpointSettings * Descriptions of the endpoint settings available for your source or target database engine. */ public void setEndpointSettings(java.util.Collection* Descriptions of the endpoint settings available for your source or target database engine. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setEndpointSettings(java.util.Collection)} or {@link #withEndpointSettings(java.util.Collection)} if you * want to override the existing values. *
* * @param endpointSettings * Descriptions of the endpoint settings available for your source or target database engine. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeEndpointSettingsResult withEndpointSettings(EndpointSetting... endpointSettings) { if (this.endpointSettings == null) { setEndpointSettings(new java.util.ArrayList* Descriptions of the endpoint settings available for your source or target database engine. *
* * @param endpointSettings * Descriptions of the endpoint settings available for your source or target database engine. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeEndpointSettingsResult withEndpointSettings(java.util.Collection