@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeauthorizeDataShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeauthorizeDataShareRequest() |
Modifier and Type | Method and Description |
---|---|
DeauthorizeDataShareRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConsumerIdentifier()
The identifier of the data consumer that is to have authorization removed from the datashare.
|
String |
getDataShareArn()
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
|
int |
hashCode() |
void |
setConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is to have authorization removed from the datashare.
|
void |
setDataShareArn(String dataShareArn)
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
|
String |
toString()
Returns a string representation of this object.
|
DeauthorizeDataShareRequest |
withConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is to have authorization removed from the datashare.
|
DeauthorizeDataShareRequest |
withDataShareArn(String dataShareArn)
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
|
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 setDataShareArn(String dataShareArn)
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
dataShareArn
- The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.public String getDataShareArn()
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
public DeauthorizeDataShareRequest withDataShareArn(String dataShareArn)
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
dataShareArn
- The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.public void setConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
consumerIdentifier
- The identifier of the data consumer that is to have authorization removed from the datashare. This
identifier is an Amazon Web Services account ID or a keyword, such as ADX.public String getConsumerIdentifier()
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
public DeauthorizeDataShareRequest withConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
consumerIdentifier
- The identifier of the data consumer that is to have authorization removed from the datashare. This
identifier is an Amazon Web Services account ID or a keyword, such as ADX.public String toString()
toString
in class Object
Object.toString()
public DeauthorizeDataShareRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()