@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group.
|
String |
getLogStreamName()
The name of the log stream.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group.
|
void |
setLogStreamName(String logStreamName)
The name of the log stream.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLogStreamRequest |
withLogGroupName(String logGroupName)
The name of the log group.
|
DeleteLogStreamRequest |
withLogStreamName(String logStreamName)
The name of the log stream.
|
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 DeleteLogStreamRequest()
public DeleteLogStreamRequest(String logGroupName, String logStreamName)
logGroupName
- The name of the log group.logStreamName
- The name of the log stream.public void setLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public String getLogGroupName()
The name of the log group.
public DeleteLogStreamRequest withLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public void setLogStreamName(String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.public String getLogStreamName()
The name of the log stream.
public DeleteLogStreamRequest withLogStreamName(String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.public String toString()
toString
in class Object
Object.toString()
public DeleteLogStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()