@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()
An array of LoggingConfiguration objects.
|
String |
getNextMarker()
If you have more
LoggingConfigurations than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
int |
hashCode() |
void |
setLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
|
void |
setNextMarker(String nextMarker)
If you have more
LoggingConfigurations than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
String |
toString()
Returns a string representation of this object.
|
ListLoggingConfigurationsResult |
withLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
|
ListLoggingConfigurationsResult |
withLoggingConfigurations(LoggingConfiguration... loggingConfigurations)
An array of LoggingConfiguration objects.
|
ListLoggingConfigurationsResult |
withNextMarker(String nextMarker)
If you have more
LoggingConfigurations than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LoggingConfiguration> getLoggingConfigurations()
An array of LoggingConfiguration objects.
public void setLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
loggingConfigurations
- An array of LoggingConfiguration objects.public ListLoggingConfigurationsResult withLoggingConfigurations(LoggingConfiguration... loggingConfigurations)
An array of LoggingConfiguration objects.
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
- An array of LoggingConfiguration objects.public ListLoggingConfigurationsResult withLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
loggingConfigurations
- An array of LoggingConfiguration objects.public void setNextMarker(String nextMarker)
If you have more LoggingConfigurations
than the number that you specified for Limit
in
the request, the response includes a NextMarker
value. To list more
LoggingConfigurations
, submit another ListLoggingConfigurations
request, and specify
the NextMarker
value from the response in the NextMarker
value in the next request.
nextMarker
- If you have more LoggingConfigurations
than the number that you specified for
Limit
in the request, the response includes a NextMarker
value. To list more
LoggingConfigurations
, submit another ListLoggingConfigurations
request, and
specify the NextMarker
value from the response in the NextMarker
value in the
next request.public String getNextMarker()
If you have more LoggingConfigurations
than the number that you specified for Limit
in
the request, the response includes a NextMarker
value. To list more
LoggingConfigurations
, submit another ListLoggingConfigurations
request, and specify
the NextMarker
value from the response in the NextMarker
value in the next request.
LoggingConfigurations
than the number that you specified for
Limit
in the request, the response includes a NextMarker
value. To list more
LoggingConfigurations
, submit another ListLoggingConfigurations
request, and
specify the NextMarker
value from the response in the NextMarker
value in the
next request.public ListLoggingConfigurationsResult withNextMarker(String nextMarker)
If you have more LoggingConfigurations
than the number that you specified for Limit
in
the request, the response includes a NextMarker
value. To list more
LoggingConfigurations
, submit another ListLoggingConfigurations
request, and specify
the NextMarker
value from the response in the NextMarker
value in the next request.
nextMarker
- If you have more LoggingConfigurations
than the number that you specified for
Limit
in the request, the response includes a NextMarker
value. To list more
LoggingConfigurations
, submit another ListLoggingConfigurations
request, and
specify the NextMarker
value from the response in the NextMarker
value in the
next request.public String toString()
toString
in class Object
Object.toString()
public ListLoggingConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.