@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SharingSettings extends Object implements Serializable, Cloneable, StructuredPojo
The sharing settings.
Constructor and Description |
---|
SharingSettings() |
Modifier and Type | Method and Description |
---|---|
SharingSettings |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookOutputOption()
The notebook output option.
|
String |
getS3KmsKeyId()
The AWS Key Management Service encryption key ID.
|
String |
getS3OutputPath()
The Amazon S3 output path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNotebookOutputOption(String notebookOutputOption)
The notebook output option.
|
void |
setS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
|
void |
setS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
String |
toString()
Returns a string representation of this object.
|
SharingSettings |
withNotebookOutputOption(NotebookOutputOption notebookOutputOption)
The notebook output option.
|
SharingSettings |
withNotebookOutputOption(String notebookOutputOption)
The notebook output option.
|
SharingSettings |
withS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
|
SharingSettings |
withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
public void setNotebookOutputOption(String notebookOutputOption)
The notebook output option.
notebookOutputOption
- The notebook output option.NotebookOutputOption
public String getNotebookOutputOption()
The notebook output option.
NotebookOutputOption
public SharingSettings withNotebookOutputOption(String notebookOutputOption)
The notebook output option.
notebookOutputOption
- The notebook output option.NotebookOutputOption
public SharingSettings withNotebookOutputOption(NotebookOutputOption notebookOutputOption)
The notebook output option.
notebookOutputOption
- The notebook output option.NotebookOutputOption
public void setS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
s3OutputPath
- The Amazon S3 output path.public String getS3OutputPath()
The Amazon S3 output path.
public SharingSettings withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
s3OutputPath
- The Amazon S3 output path.public void setS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
s3KmsKeyId
- The AWS Key Management Service encryption key ID.public String getS3KmsKeyId()
The AWS Key Management Service encryption key ID.
public SharingSettings withS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
s3KmsKeyId
- The AWS Key Management Service encryption key ID.public String toString()
toString
in class Object
Object.toString()
public SharingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.