@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizeDataShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AuthorizeDataShareRequest() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeDataShareRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConsumerIdentifier()
The identifier of the data consumer that is authorized to access the datashare.
|
String |
getDataShareArn()
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
|
int |
hashCode() |
void |
setConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is authorized to access the datashare.
|
void |
setDataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
|
String |
toString()
Returns a string representation of this object.
|
AuthorizeDataShareRequest |
withConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is authorized to access the datashare.
|
AuthorizeDataShareRequest |
withDataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
dataShareArn - The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.public String getDataShareArn()
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
public AuthorizeDataShareRequest withDataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
dataShareArn - The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.public void setConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is authorized to access 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 authorized to access 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 authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
public AuthorizeDataShareRequest withConsumerIdentifier(String consumerIdentifier)
The identifier of the data consumer that is authorized to access 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 authorized to access the datashare. This identifier is an
Amazon Web Services account ID or a keyword, such as ADX.public String toString()
toString in class ObjectObject.toString()public AuthorizeDataShareRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.