@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateMemberToFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateMemberToFleetRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateMemberToFleetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the fleet to associate with the member.
|
String |
getFleetId()
The ID of the fleet to associate with a member.
|
String |
getIdentityStoreId()
The member's identity store ID to associate with the fleet.
|
String |
getMembershipLevel()
The principal's membership level for the associated fleet.
|
String |
getPrincipalId()
The member's principal ID to associate with a fleet.
|
String |
getPrincipalType()
The member's principal type to associate with the fleet.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the fleet to associate with the member.
|
void |
setFleetId(String fleetId)
The ID of the fleet to associate with a member.
|
void |
setIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the fleet.
|
void |
setMembershipLevel(String membershipLevel)
The principal's membership level for the associated fleet.
|
void |
setPrincipalId(String principalId)
The member's principal ID to associate with a fleet.
|
void |
setPrincipalType(String principalType)
The member's principal type to associate with the fleet.
|
String |
toString()
Returns a string representation of this object.
|
AssociateMemberToFleetRequest |
withFarmId(String farmId)
The farm ID of the fleet to associate with the member.
|
AssociateMemberToFleetRequest |
withFleetId(String fleetId)
The ID of the fleet to associate with a member.
|
AssociateMemberToFleetRequest |
withIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the fleet.
|
AssociateMemberToFleetRequest |
withMembershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated fleet.
|
AssociateMemberToFleetRequest |
withMembershipLevel(String membershipLevel)
The principal's membership level for the associated fleet.
|
AssociateMemberToFleetRequest |
withPrincipalId(String principalId)
The member's principal ID to associate with a fleet.
|
AssociateMemberToFleetRequest |
withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the fleet.
|
AssociateMemberToFleetRequest |
withPrincipalType(String principalType)
The member's principal type to associate with the fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFarmId(String farmId)
The farm ID of the fleet to associate with the member.
farmId
- The farm ID of the fleet to associate with the member.public String getFarmId()
The farm ID of the fleet to associate with the member.
public AssociateMemberToFleetRequest withFarmId(String farmId)
The farm ID of the fleet to associate with the member.
farmId
- The farm ID of the fleet to associate with the member.public void setFleetId(String fleetId)
The ID of the fleet to associate with a member.
fleetId
- The ID of the fleet to associate with a member.public String getFleetId()
The ID of the fleet to associate with a member.
public AssociateMemberToFleetRequest withFleetId(String fleetId)
The ID of the fleet to associate with a member.
fleetId
- The ID of the fleet to associate with a member.public void setIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the fleet.
identityStoreId
- The member's identity store ID to associate with the fleet.public String getIdentityStoreId()
The member's identity store ID to associate with the fleet.
public AssociateMemberToFleetRequest withIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the fleet.
identityStoreId
- The member's identity store ID to associate with the fleet.public void setMembershipLevel(String membershipLevel)
The principal's membership level for the associated fleet.
membershipLevel
- The principal's membership level for the associated fleet.MembershipLevel
public String getMembershipLevel()
The principal's membership level for the associated fleet.
MembershipLevel
public AssociateMemberToFleetRequest withMembershipLevel(String membershipLevel)
The principal's membership level for the associated fleet.
membershipLevel
- The principal's membership level for the associated fleet.MembershipLevel
public AssociateMemberToFleetRequest withMembershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated fleet.
membershipLevel
- The principal's membership level for the associated fleet.MembershipLevel
public void setPrincipalId(String principalId)
The member's principal ID to associate with a fleet.
principalId
- The member's principal ID to associate with a fleet.public String getPrincipalId()
The member's principal ID to associate with a fleet.
public AssociateMemberToFleetRequest withPrincipalId(String principalId)
The member's principal ID to associate with a fleet.
principalId
- The member's principal ID to associate with a fleet.public void setPrincipalType(String principalType)
The member's principal type to associate with the fleet.
principalType
- The member's principal type to associate with the fleet.PrincipalType
public String getPrincipalType()
The member's principal type to associate with the fleet.
PrincipalType
public AssociateMemberToFleetRequest withPrincipalType(String principalType)
The member's principal type to associate with the fleet.
principalType
- The member's principal type to associate with the fleet.PrincipalType
public AssociateMemberToFleetRequest withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the fleet.
principalType
- The member's principal type to associate with the fleet.PrincipalType
public String toString()
toString
in class Object
Object.toString()
public AssociateMemberToFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()