@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookS3LocationForOutput extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon S3 location that stores the notebook execution input.
Constructor and Description |
---|
NotebookS3LocationForOutput() |
Modifier and Type | Method and Description |
---|---|
NotebookS3LocationForOutput |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The Amazon S3 bucket that stores the notebook execution input.
|
String |
getKey()
The key to the Amazon S3 location that stores the notebook execution input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
|
void |
setKey(String key)
The key to the Amazon S3 location that stores the notebook execution input.
|
String |
toString()
Returns a string representation of this object.
|
NotebookS3LocationForOutput |
withBucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
|
NotebookS3LocationForOutput |
withKey(String key)
The key to the Amazon S3 location that stores the notebook execution input.
|
public void setBucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
bucket
- The Amazon S3 bucket that stores the notebook execution input.public String getBucket()
The Amazon S3 bucket that stores the notebook execution input.
public NotebookS3LocationForOutput withBucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
bucket
- The Amazon S3 bucket that stores the notebook execution input.public void setKey(String key)
The key to the Amazon S3 location that stores the notebook execution input.
key
- The key to the Amazon S3 location that stores the notebook execution input.public String getKey()
The key to the Amazon S3 location that stores the notebook execution input.
public NotebookS3LocationForOutput withKey(String key)
The key to the Amazon S3 location that stores the notebook execution input.
key
- The key to the Amazon S3 location that stores the notebook execution input.public String toString()
toString
in class Object
Object.toString()
public NotebookS3LocationForOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.