@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLoggingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteLoggingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteLoggingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentifier()
Identifier of the logging configuration to be deleted.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Identifier of the logging configuration to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLoggingConfigurationRequest |
withIdentifier(String identifier)
Identifier of the logging configuration to be deleted.
|
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 setIdentifier(String identifier)
Identifier of the logging configuration to be deleted.
identifier
- Identifier of the logging configuration to be deleted.public String getIdentifier()
Identifier of the logging configuration to be deleted.
public DeleteLoggingConfigurationRequest withIdentifier(String identifier)
Identifier of the logging configuration to be deleted.
identifier
- Identifier of the logging configuration to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteLoggingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()