public class ListV2LoggingLevelsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListV2LoggingLevelsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LogTargetConfiguration> |
getLogTargetConfigurations()
The logging configuration for a target.
|
java.lang.String |
getNextToken()
The token to use to get the next set of results, or null if there
are no additional results.
|
int |
hashCode() |
void |
setLogTargetConfigurations(java.util.Collection<LogTargetConfiguration> logTargetConfigurations)
The logging configuration for a target.
|
void |
setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListV2LoggingLevelsResult |
withLogTargetConfigurations(java.util.Collection<LogTargetConfiguration> logTargetConfigurations)
The logging configuration for a target.
|
ListV2LoggingLevelsResult |
withLogTargetConfigurations(LogTargetConfiguration... logTargetConfigurations)
The logging configuration for a target.
|
ListV2LoggingLevelsResult |
withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
public java.util.List<LogTargetConfiguration> getLogTargetConfigurations()
The logging configuration for a target.
The logging configuration for a target.
public void setLogTargetConfigurations(java.util.Collection<LogTargetConfiguration> logTargetConfigurations)
The logging configuration for a target.
logTargetConfigurations
- The logging configuration for a target.
public ListV2LoggingLevelsResult withLogTargetConfigurations(LogTargetConfiguration... logTargetConfigurations)
The logging configuration for a target.
Returns a reference to this object so that method calls can be chained together.
logTargetConfigurations
- The logging configuration for a target.
public ListV2LoggingLevelsResult withLogTargetConfigurations(java.util.Collection<LogTargetConfiguration> logTargetConfigurations)
The logging configuration for a target.
Returns a reference to this object so that method calls can be chained together.
logTargetConfigurations
- The logging configuration for a target.
public java.lang.String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
The token to use to get the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.
public ListV2LoggingLevelsResult withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.