@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ShareInvitationSummary extends Object implements Serializable, Cloneable, StructuredPojo
A share invitation summary return object.
| Constructor and Description |
|---|
ShareInvitationSummary() |
public void setShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.public String getShareInvitationId()
The ID assigned to the share invitation.
public ShareInvitationSummary withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.public void setSharedBy(String sharedBy)
sharedBy - public String getSharedBy()
public ShareInvitationSummary withSharedBy(String sharedBy)
sharedBy - public void setSharedWith(String sharedWith)
sharedWith - public String getSharedWith()
public ShareInvitationSummary withSharedWith(String sharedWith)
sharedWith - public void setPermissionType(String permissionType)
permissionType - PermissionTypepublic String getPermissionType()
PermissionTypepublic ShareInvitationSummary withPermissionType(String permissionType)
permissionType - PermissionTypepublic ShareInvitationSummary withPermissionType(PermissionType permissionType)
permissionType - PermissionTypepublic void setShareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceTypepublic String getShareResourceType()
The resource type of the share invitation.
ShareResourceTypepublic ShareInvitationSummary withShareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceTypepublic ShareInvitationSummary withShareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceTypepublic void setWorkloadName(String workloadName)
workloadName - public String getWorkloadName()
public ShareInvitationSummary withWorkloadName(String workloadName)
workloadName - public void setWorkloadId(String workloadId)
workloadId - public String getWorkloadId()
public ShareInvitationSummary withWorkloadId(String workloadId)
workloadId - public void setLensName(String lensName)
lensName - public String getLensName()
public ShareInvitationSummary withLensName(String lensName)
lensName - public void setLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public String getLensArn()
The ARN for the lens.
public ShareInvitationSummary withLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public void setProfileName(String profileName)
The profile name.
profileName - The profile name.public String getProfileName()
The profile name.
public ShareInvitationSummary withProfileName(String profileName)
The profile name.
profileName - The profile name.public void setProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public String getProfileArn()
The profile ARN.
public ShareInvitationSummary withProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public String toString()
toString in class ObjectObject.toString()public ShareInvitationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.