@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
- PermissionType
public String getPermissionType()
PermissionType
public ShareInvitationSummary withPermissionType(String permissionType)
permissionType
- PermissionType
public ShareInvitationSummary withPermissionType(PermissionType permissionType)
permissionType
- PermissionType
public void setShareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType
- The resource type of the share invitation.ShareResourceType
public String getShareResourceType()
The resource type of the share invitation.
ShareResourceType
public ShareInvitationSummary withShareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType
- The resource type of the share invitation.ShareResourceType
public ShareInvitationSummary withShareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
shareResourceType
- The resource type of the share invitation.ShareResourceType
public 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 String toString()
toString
in class Object
Object.toString()
public ShareInvitationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.