@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ShareInvitation extends Object implements Serializable, Cloneable, StructuredPojo
The share invitation.
Constructor and Description |
---|
ShareInvitation() |
Modifier and Type | Method and Description |
---|---|
ShareInvitation |
clone() |
boolean |
equals(Object obj) |
String |
getLensAlias() |
String |
getLensArn()
The ARN for the lens.
|
String |
getShareInvitationId()
The ID assigned to the share invitation.
|
String |
getShareResourceType()
The resource type of the share invitation.
|
String |
getWorkloadId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLensAlias(String lensAlias) |
void |
setLensArn(String lensArn)
The ARN for the lens.
|
void |
setShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
void |
setShareResourceType(String shareResourceType)
The resource type of the share invitation.
|
void |
setWorkloadId(String workloadId) |
String |
toString()
Returns a string representation of this object.
|
ShareInvitation |
withLensAlias(String lensAlias) |
ShareInvitation |
withLensArn(String lensArn)
The ARN for the lens.
|
ShareInvitation |
withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
ShareInvitation |
withShareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
|
ShareInvitation |
withShareResourceType(String shareResourceType)
The resource type of the share invitation.
|
ShareInvitation |
withWorkloadId(String workloadId) |
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 ShareInvitation withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId
- The ID assigned to the share invitation.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 ShareInvitation withShareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType
- The resource type of the share invitation.ShareResourceType
public ShareInvitation withShareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
shareResourceType
- The resource type of the share invitation.ShareResourceType
public void setWorkloadId(String workloadId)
workloadId
- public String getWorkloadId()
public ShareInvitation withWorkloadId(String workloadId)
workloadId
- public void setLensAlias(String lensAlias)
lensAlias
- public String getLensAlias()
public ShareInvitation withLensAlias(String lensAlias)
lensAlias
- 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 ShareInvitation withLensArn(String lensArn)
The ARN for the lens.
lensArn
- The ARN for the lens.public String toString()
toString
in class Object
Object.toString()
public ShareInvitation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.