@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteV2LoggingLevelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteV2LoggingLevelRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteV2LoggingLevelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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(String targetType)
The type of resource for which you are configuring logging.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
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 DeleteV2LoggingLevelRequest 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 DeleteV2LoggingLevelRequest 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 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 String getTargetName()
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.
targetName
- The name of the resource for which you are configuring logging.public String toString()
toString
in class Object
Object.toString()
public DeleteV2LoggingLevelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()