@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChannelBanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateChannelBanRequest() |
Modifier and Type | Method and Description |
---|---|
CreateChannelBanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the ban request.
|
String |
getChimeBearer()
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
String |
getMemberArn()
The
AppInstanceUserArn of the member being banned. |
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the ban request.
|
void |
setChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
void |
setMemberArn(String memberArn)
The
AppInstanceUserArn of the member being banned. |
String |
toString()
Returns a string representation of this object.
|
CreateChannelBanRequest |
withChannelArn(String channelArn)
The ARN of the ban request.
|
CreateChannelBanRequest |
withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
CreateChannelBanRequest |
withMemberArn(String memberArn)
The
AppInstanceUserArn of the member being banned. |
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 setChannelArn(String channelArn)
The ARN of the ban request.
channelArn
- The ARN of the ban request.public String getChannelArn()
The ARN of the ban request.
public CreateChannelBanRequest withChannelArn(String channelArn)
The ARN of the ban request.
channelArn
- The ARN of the ban request.public void setMemberArn(String memberArn)
The AppInstanceUserArn
of the member being banned.
memberArn
- The AppInstanceUserArn
of the member being banned.public String getMemberArn()
The AppInstanceUserArn
of the member being banned.
AppInstanceUserArn
of the member being banned.public CreateChannelBanRequest withMemberArn(String memberArn)
The AppInstanceUserArn
of the member being banned.
memberArn
- The AppInstanceUserArn
of the member being banned.public void setChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
chimeBearer
- The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.public String getChimeBearer()
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
AppInstanceUser
or AppInstanceBot
that makes the API call.public CreateChannelBanRequest withChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
chimeBearer
- The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.public String toString()
toString
in class Object
Object.toString()
public CreateChannelBanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()