public class DeleteV2LoggingLevelRequest extends AmazonWebServiceRequest implements Serializable
Deletes a logging level.
Constructor and Description |
---|
DeleteV2LoggingLevelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getTargetName()
The name of the resource for which you are configuring logging.
|
String |
getTargetType()
The type of resource for which you are configuring logging.
|
int |
hashCode() |
void |
setTargetName(String targetName)
The name of the resource for which you are configuring logging.
|
void |
setTargetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
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.
|
DeleteV2LoggingLevelRequest |
withTargetName(String targetName)
The name of the resource for which you are configuring logging.
|
DeleteV2LoggingLevelRequest |
withTargetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
DeleteV2LoggingLevelRequest |
withTargetType(String targetType)
The type of resource for which you are configuring logging.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getTargetType()
The type of resource for which you are configuring logging. Must be
THING_Group
.
Constraints:
Allowed Values: DEFAULT, THING_GROUP
The type of resource for which you are configuring logging. Must
be THING_Group
.
LogTargetType
public void setTargetType(String targetType)
The type of resource for which you are configuring logging. Must be
THING_Group
.
Constraints:
Allowed Values: DEFAULT, THING_GROUP
targetType
-
The type of resource for which you are configuring logging.
Must be THING_Group
.
LogTargetType
public DeleteV2LoggingLevelRequest withTargetType(String targetType)
The type of resource for which you are configuring logging. Must be
THING_Group
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DEFAULT, THING_GROUP
targetType
-
The type of resource for which you are configuring logging.
Must be THING_Group
.
LogTargetType
public void setTargetType(LogTargetType targetType)
The type of resource for which you are configuring logging. Must be
THING_Group
.
Constraints:
Allowed Values: DEFAULT, THING_GROUP
targetType
-
The type of resource for which you are configuring logging.
Must be THING_Group
.
LogTargetType
public DeleteV2LoggingLevelRequest withTargetType(LogTargetType targetType)
The type of resource for which you are configuring logging. Must be
THING_Group
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DEFAULT, THING_GROUP
targetType
-
The type of resource for which you are configuring logging.
Must be THING_Group
.
LogTargetType
public String getTargetName()
The name of the resource for which you are configuring logging.
The name of the resource for which you are configuring logging.
public void setTargetName(String targetName)
The name of the resource for which you are configuring logging.
targetName
- The name of the resource for which you are configuring logging.
public DeleteV2LoggingLevelRequest withTargetName(String targetName)
The name of the resource for which you are configuring logging.
Returns a reference to this object so that method calls can be chained together.
targetName
- The name of the resource for which you are configuring logging.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.