@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealtimeLogConfigs extends Object implements Serializable, Cloneable
A list of real-time log configurations.
Constructor and Description |
---|
RealtimeLogConfigs() |
Modifier and Type | Method and Description |
---|---|
RealtimeLogConfigs |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated()
A flag that indicates whether there are more real-time log configurations than are contained in this list.
|
List<RealtimeLogConfig> |
getItems()
Contains the list of real-time log configurations.
|
String |
getMarker()
This parameter indicates where this list of real-time log configurations begins.
|
Integer |
getMaxItems()
The maximum number of real-time log configurations requested.
|
String |
getNextMarker()
If there are more items in the list than are in this response, this element is present.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more real-time log configurations than are contained in this list.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
|
void |
setItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
void |
setMarker(String marker)
This parameter indicates where this list of real-time log configurations begins.
|
void |
setMaxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
|
void |
setNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
String |
toString()
Returns a string representation of this object.
|
RealtimeLogConfigs |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
|
RealtimeLogConfigs |
withItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs |
withItems(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs |
withMarker(String marker)
This parameter indicates where this list of real-time log configurations begins.
|
RealtimeLogConfigs |
withMaxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
|
RealtimeLogConfigs |
withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
public void setMaxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
maxItems
- The maximum number of real-time log configurations requested.public Integer getMaxItems()
The maximum number of real-time log configurations requested.
public RealtimeLogConfigs withMaxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
maxItems
- The maximum number of real-time log configurations requested.public List<RealtimeLogConfig> getItems()
Contains the list of real-time log configurations.
public void setItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
items
- Contains the list of real-time log configurations.public RealtimeLogConfigs withItems(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- Contains the list of real-time log configurations.public RealtimeLogConfigs withItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
items
- Contains the list of real-time log configurations.public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
isTruncated
- A flag that indicates whether there are more real-time log configurations than are contained in this list.public Boolean getIsTruncated()
A flag that indicates whether there are more real-time log configurations than are contained in this list.
public RealtimeLogConfigs withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
isTruncated
- A flag that indicates whether there are more real-time log configurations than are contained in this list.public Boolean isTruncated()
A flag that indicates whether there are more real-time log configurations than are contained in this list.
public void setMarker(String marker)
This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.
marker
- This parameter indicates where this list of real-time log configurations begins. This list includes
real-time log configurations that occur after the marker.public String getMarker()
This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.
public RealtimeLogConfigs withMarker(String marker)
This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.
marker
- This parameter indicates where this list of real-time log configurations begins. This list includes
real-time log configurations that occur after the marker.public void setNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing real-time log
configurations where you left off.
nextMarker
- If there are more items in the list than are in this response, this element is present. It contains the
value that you should use in the Marker
field of a subsequent request to continue listing
real-time log configurations where you left off.public String getNextMarker()
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing real-time log
configurations where you left off.
Marker
field of a subsequent request to continue listing
real-time log configurations where you left off.public RealtimeLogConfigs withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing real-time log
configurations where you left off.
nextMarker
- If there are more items in the list than are in this response, this element is present. It contains the
value that you should use in the Marker
field of a subsequent request to continue listing
real-time log configurations where you left off.public String toString()
toString
in class Object
Object.toString()
public RealtimeLogConfigs clone()