@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FolderSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the folder.
| Constructor and Description |
|---|
FolderSummary() |
| Modifier and Type | Method and Description |
|---|---|
FolderSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN).
|
Date |
getCreatedTime()
The time that the folder was created.
|
String |
getFolderId()
The folder ID.
|
String |
getFolderType()
The type of folder.
|
Date |
getLastUpdatedTime()
The time that the folder was last updated.
|
String |
getName()
The display name of the folder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN).
|
void |
setCreatedTime(Date createdTime)
The time that the folder was created.
|
void |
setFolderId(String folderId)
The folder ID.
|
void |
setFolderType(String folderType)
The type of folder.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The time that the folder was last updated.
|
void |
setName(String name)
The display name of the folder.
|
String |
toString()
Returns a string representation of this object.
|
FolderSummary |
withArn(String arn)
The Amazon Resource Name (ARN).
|
FolderSummary |
withCreatedTime(Date createdTime)
The time that the folder was created.
|
FolderSummary |
withFolderId(String folderId)
The folder ID.
|
FolderSummary |
withFolderType(FolderType folderType)
The type of folder.
|
FolderSummary |
withFolderType(String folderType)
The type of folder.
|
FolderSummary |
withLastUpdatedTime(Date lastUpdatedTime)
The time that the folder was last updated.
|
FolderSummary |
withName(String name)
The display name of the folder.
|
public void setArn(String arn)
The Amazon Resource Name (ARN).
arn - The Amazon Resource Name (ARN).public String getArn()
The Amazon Resource Name (ARN).
public FolderSummary withArn(String arn)
The Amazon Resource Name (ARN).
arn - The Amazon Resource Name (ARN).public void setFolderId(String folderId)
The folder ID.
folderId - The folder ID.public String getFolderId()
The folder ID.
public FolderSummary withFolderId(String folderId)
The folder ID.
folderId - The folder ID.public void setName(String name)
The display name of the folder.
name - The display name of the folder.public String getName()
The display name of the folder.
public FolderSummary withName(String name)
The display name of the folder.
name - The display name of the folder.public void setFolderType(String folderType)
The type of folder.
folderType - The type of folder.FolderTypepublic String getFolderType()
The type of folder.
FolderTypepublic FolderSummary withFolderType(String folderType)
The type of folder.
folderType - The type of folder.FolderTypepublic FolderSummary withFolderType(FolderType folderType)
The type of folder.
folderType - The type of folder.FolderTypepublic void setCreatedTime(Date createdTime)
The time that the folder was created.
createdTime - The time that the folder was created.public Date getCreatedTime()
The time that the folder was created.
public FolderSummary withCreatedTime(Date createdTime)
The time that the folder was created.
createdTime - The time that the folder was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The time that the folder was last updated.
lastUpdatedTime - The time that the folder was last updated.public Date getLastUpdatedTime()
The time that the folder was last updated.
public FolderSummary withLastUpdatedTime(Date lastUpdatedTime)
The time that the folder was last updated.
lastUpdatedTime - The time that the folder was last updated.public String toString()
toString in class ObjectObject.toString()public FolderSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.