@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFolderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
GetFolderResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetFolderResult | 
addCustomMetadataEntry(String key,
                      String value)
Add a single CustomMetadata entry 
 | 
GetFolderResult | 
clearCustomMetadataEntries()
Removes all the entries added into CustomMetadata. 
 | 
GetFolderResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
Map<String,String> | 
getCustomMetadata()
 The custom metadata on the folder. 
 | 
FolderMetadata | 
getMetadata()
 The metadata of the folder. 
 | 
int | 
hashCode()  | 
void | 
setCustomMetadata(Map<String,String> customMetadata)
 The custom metadata on the folder. 
 | 
void | 
setMetadata(FolderMetadata metadata)
 The metadata of the folder. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetFolderResult | 
withCustomMetadata(Map<String,String> customMetadata)
 The custom metadata on the folder. 
 | 
GetFolderResult | 
withMetadata(FolderMetadata metadata)
 The metadata of the folder. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMetadata(FolderMetadata metadata)
The metadata of the folder.
metadata - The metadata of the folder.public FolderMetadata getMetadata()
The metadata of the folder.
public GetFolderResult withMetadata(FolderMetadata metadata)
The metadata of the folder.
metadata - The metadata of the folder.public Map<String,String> getCustomMetadata()
The custom metadata on the folder.
public void setCustomMetadata(Map<String,String> customMetadata)
The custom metadata on the folder.
customMetadata - The custom metadata on the folder.public GetFolderResult withCustomMetadata(Map<String,String> customMetadata)
The custom metadata on the folder.
customMetadata - The custom metadata on the folder.public GetFolderResult addCustomMetadataEntry(String key, String value)
public GetFolderResult clearCustomMetadataEntries()
public String toString()
toString in class ObjectObject.toString()public GetFolderResult clone()