@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInvitationsCountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInvitationsCountResult() |
Modifier and Type | Method and Description |
---|---|
GetInvitationsCountResult |
clone() |
boolean |
equals(Object obj) |
Long |
getInvitationsCount()
The total number of invitations that were received by the account, not including the currently accepted
invitation.
|
int |
hashCode() |
void |
setInvitationsCount(Long invitationsCount)
The total number of invitations that were received by the account, not including the currently accepted
invitation.
|
String |
toString()
Returns a string representation of this object.
|
GetInvitationsCountResult |
withInvitationsCount(Long invitationsCount)
The total number of invitations that were received by the account, not including the currently accepted
invitation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInvitationsCount(Long invitationsCount)
The total number of invitations that were received by the account, not including the currently accepted invitation.
invitationsCount
- The total number of invitations that were received by the account, not including the currently accepted
invitation.public Long getInvitationsCount()
The total number of invitations that were received by the account, not including the currently accepted invitation.
public GetInvitationsCountResult withInvitationsCount(Long invitationsCount)
The total number of invitations that were received by the account, not including the currently accepted invitation.
invitationsCount
- The total number of invitations that were received by the account, not including the currently accepted
invitation.public String toString()
toString
in class Object
Object.toString()
public GetInvitationsCountResult clone()