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