@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()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of 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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
void |
setTargetType(String targetType)
The type of resource for which you are configuring logging.
|
String |
toString()
Returns a string representation of this object.
|
ListV2LoggingLevelsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListV2LoggingLevelsRequest |
withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of 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, withSdkRequestTimeout
public 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
.LogTargetType
public String getTargetType()
The type of resource for which you are configuring logging. Must be THING_Group
.
THING_Group
.LogTargetType
public 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
.LogTargetType
public 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
.LogTargetType
public void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
value from a previous response; otherwise
null to receive the first set of results.public ListV2LoggingLevelsRequest withNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of 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 Object
Object.toString()
public ListV2LoggingLevelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()