@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FolderMember extends Object implements Serializable, Cloneable, StructuredPojo
An asset in a Amazon QuickSight folder, such as a dashboard, analysis, or dataset.
Constructor and Description |
---|
FolderMember() |
Modifier and Type | Method and Description |
---|---|
FolderMember |
clone() |
boolean |
equals(Object obj) |
String |
getMemberId()
The ID of an asset in the folder.
|
String |
getMemberType()
The type of asset that it is.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMemberId(String memberId)
The ID of an asset in the folder.
|
void |
setMemberType(String memberType)
The type of asset that it is.
|
String |
toString()
Returns a string representation of this object.
|
FolderMember |
withMemberId(String memberId)
The ID of an asset in the folder.
|
FolderMember |
withMemberType(MemberType memberType)
The type of asset that it is.
|
FolderMember |
withMemberType(String memberType)
The type of asset that it is.
|
public void setMemberId(String memberId)
The ID of an asset in the folder.
memberId
- The ID of an asset in the folder.public String getMemberId()
The ID of an asset in the folder.
public FolderMember withMemberId(String memberId)
The ID of an asset in the folder.
memberId
- The ID of an asset in the folder.public void setMemberType(String memberType)
The type of asset that it is.
memberType
- The type of asset that it is.MemberType
public String getMemberType()
The type of asset that it is.
MemberType
public FolderMember withMemberType(String memberType)
The type of asset that it is.
memberType
- The type of asset that it is.MemberType
public FolderMember withMemberType(MemberType memberType)
The type of asset that it is.
memberType
- The type of asset that it is.MemberType
public String toString()
toString
in class Object
Object.toString()
public FolderMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.