@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookInstanceLifecycleConfigSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of a notebook instance lifecycle configuration.
Constructor and Description |
---|
NotebookInstanceLifecycleConfigSummary() |
Modifier and Type | Method and Description |
---|---|
NotebookInstanceLifecycleConfigSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that tells when the lifecycle configuration was created.
|
Date |
getLastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
|
String |
getNotebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
String |
getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
void |
setNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
void |
setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
String |
toString()
Returns a string representation of this object.
|
NotebookInstanceLifecycleConfigSummary |
withCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
NotebookInstanceLifecycleConfigSummary |
withLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
NotebookInstanceLifecycleConfigSummary |
withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
NotebookInstanceLifecycleConfigSummary |
withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
public NotebookInstanceLifecycleConfigSummary()
public void setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName
- The name of the lifecycle configuration.public String getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
public NotebookInstanceLifecycleConfigSummary withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName
- The name of the lifecycle configuration.public void setNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn
- The Amazon Resource Name (ARN) of the lifecycle configuration.public String getNotebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
public NotebookInstanceLifecycleConfigSummary withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn
- The Amazon Resource Name (ARN) of the lifecycle configuration.public void setCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
creationTime
- A timestamp that tells when the lifecycle configuration was created.public Date getCreationTime()
A timestamp that tells when the lifecycle configuration was created.
public NotebookInstanceLifecycleConfigSummary withCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
creationTime
- A timestamp that tells when the lifecycle configuration was created.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
lastModifiedTime
- A timestamp that tells when the lifecycle configuration was last modified.public Date getLastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
public NotebookInstanceLifecycleConfigSummary withLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
lastModifiedTime
- A timestamp that tells when the lifecycle configuration was last modified.public String toString()
toString
in class Object
Object.toString()
public NotebookInstanceLifecycleConfigSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.