public class DeleteLogStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteLogStreamRequest()
Default constructor for DeleteLogStreamRequest object.
|
DeleteLogStreamRequest(String logGroupName,
String logStreamName)
Constructs a new DeleteLogStreamRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteLogStreamRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group under which the log stream to delete belongs.
|
String |
getLogStreamName()
The name of the log stream to delete.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group under which the log stream to delete belongs.
|
void |
setLogStreamName(String logStreamName)
The name of the log stream to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLogStreamRequest |
withLogGroupName(String logGroupName)
The name of the log group under which the log stream to delete belongs.
|
DeleteLogStreamRequest |
withLogStreamName(String logStreamName)
The name of the log stream to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteLogStreamRequest()
public DeleteLogStreamRequest(String logGroupName, String logStreamName)
logGroupName
- The name of the log group under which the log stream to delete
belongs.logStreamName
- The name of the log stream to delete.public void setLogGroupName(String logGroupName)
The name of the log group under which the log stream to delete belongs.
logGroupName
- The name of the log group under which the log stream to delete
belongs.public String getLogGroupName()
The name of the log group under which the log stream to delete belongs.
public DeleteLogStreamRequest withLogGroupName(String logGroupName)
The name of the log group under which the log stream to delete belongs.
logGroupName
- The name of the log group under which the log stream to delete
belongs.public void setLogStreamName(String logStreamName)
The name of the log stream to delete.
logStreamName
- The name of the log stream to delete.public String getLogStreamName()
The name of the log stream to delete.
public DeleteLogStreamRequest withLogStreamName(String logStreamName)
The name of the log stream to delete.
logStreamName
- The name of the log stream to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteLogStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.