@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.FolderType
public String getFolderType()
The type of folder.
FolderType
public FolderSummary withFolderType(String folderType)
The type of folder.
folderType
- The type of folder.FolderType
public FolderSummary withFolderType(FolderType folderType)
The type of folder.
folderType
- The type of folder.FolderType
public 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 Object
Object.toString()
public FolderSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.