public class DeleteV2LoggingLevelRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes a logging level.
Constructor and Description |
---|
DeleteV2LoggingLevelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTargetName()
The name of the resource for which you are configuring logging.
|
java.lang.String |
getTargetType()
The type of resource for which you are configuring logging.
|
int |
hashCode() |
void |
setTargetName(java.lang.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(java.lang.String targetType)
The type of resource for which you are configuring logging.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteV2LoggingLevelRequest |
withTargetName(java.lang.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(java.lang.String targetType)
The type of resource for which you are configuring logging.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 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.