@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLoggingConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLoggingConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListLoggingConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<LoggingConfiguration> |
getLoggingConfigurations()
|
String |
getNextMarker()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
int |
hashCode() |
void |
setLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
|
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListLoggingConfigurationsResult |
withLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
|
ListLoggingConfigurationsResult |
withLoggingConfigurations(LoggingConfiguration... loggingConfigurations)
|
ListLoggingConfigurationsResult |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LoggingConfiguration> getLoggingConfigurations()
public void setLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
loggingConfigurations
- public ListLoggingConfigurationsResult withLoggingConfigurations(LoggingConfiguration... loggingConfigurations)
NOTE: This method appends the values to the existing list (if any). Use
setLoggingConfigurations(java.util.Collection)
or
withLoggingConfigurations(java.util.Collection)
if you want to override the existing values.
loggingConfigurations
- public ListLoggingConfigurationsResult withLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
loggingConfigurations
- public void setNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListLoggingConfigurationsResult withNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String toString()
toString
in class Object
Object.toString()
public ListLoggingConfigurationsResult clone()