@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListV2LoggingLevelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListV2LoggingLevelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListV2LoggingLevelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token used to get the next set of results, or null if there are no additional results.
|
String |
getTargetType()
The type of resource for which you are configuring logging.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
void |
setTargetType(String targetType)
The type of resource for which you are configuring logging.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListV2LoggingLevelsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListV2LoggingLevelsRequest |
withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListV2LoggingLevelsRequest |
withTargetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
ListV2LoggingLevelsRequest |
withTargetType(String targetType)
The type of resource for which you are configuring logging.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTargetType(String targetType)
The type of resource for which you are configuring logging. Must be THING_Group.
targetType - The type of resource for which you are configuring logging. Must be THING_Group.LogTargetTypepublic String getTargetType()
The type of resource for which you are configuring logging. Must be THING_Group.
THING_Group.LogTargetTypepublic ListV2LoggingLevelsRequest withTargetType(String targetType)
The type of resource for which you are configuring logging. Must be THING_Group.
targetType - The type of resource for which you are configuring logging. Must be THING_Group.LogTargetTypepublic ListV2LoggingLevelsRequest withTargetType(LogTargetType targetType)
The type of resource for which you are configuring logging. Must be THING_Group.
targetType - The type of resource for which you are configuring logging. Must be THING_Group.LogTargetTypepublic void setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
public ListV2LoggingLevelsRequest withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListV2LoggingLevelsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public String toString()
toString in class ObjectObject.toString()public ListV2LoggingLevelsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.