@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLogStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateLogStreamRequest()Default constructor for CreateLogStreamRequest object. | 
| CreateLogStreamRequest(String logGroupName,
                      String logStreamName)Constructs a new CreateLogStreamRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateLogStreamRequest | 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; useful for testing and debugging. | 
| CreateLogStreamRequest | withLogGroupName(String logGroupName)
 The name of the log group. | 
| CreateLogStreamRequest | 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, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateLogStreamRequest()
public CreateLogStreamRequest(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 CreateLogStreamRequest 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 CreateLogStreamRequest withLogStreamName(String logStreamName)
The name of the log stream.
logStreamName - The name of the log stream.public String toString()
toString in class ObjectObject.toString()public CreateLogStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.