@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, SignerTypeAware
NOOP| Constructor and Description |
|---|
CreateShareRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateShareRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPrincipalSubscriber()
The principal subscriber is the account being given access to the analytics store data through the share offer.
|
String |
getResourceArn()
The resource ARN for the analytics store to be shared.
|
String |
getShareName()
A name given to the share.
|
String |
getSignerType() |
int |
hashCode() |
void |
setPrincipalSubscriber(String principalSubscriber)
The principal subscriber is the account being given access to the analytics store data through the share offer.
|
void |
setResourceArn(String resourceArn)
The resource ARN for the analytics store to be shared.
|
void |
setShareName(String shareName)
A name given to the share.
|
String |
toString()
Returns a string representation of this object.
|
CreateShareRequest |
withPrincipalSubscriber(String principalSubscriber)
The principal subscriber is the account being given access to the analytics store data through the share offer.
|
CreateShareRequest |
withResourceArn(String resourceArn)
The resource ARN for the analytics store to be shared.
|
CreateShareRequest |
withShareName(String shareName)
A name given to the share.
|
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 setResourceArn(String resourceArn)
The resource ARN for the analytics store to be shared.
resourceArn - The resource ARN for the analytics store to be shared.public String getResourceArn()
The resource ARN for the analytics store to be shared.
public CreateShareRequest withResourceArn(String resourceArn)
The resource ARN for the analytics store to be shared.
resourceArn - The resource ARN for the analytics store to be shared.public void setPrincipalSubscriber(String principalSubscriber)
The principal subscriber is the account being given access to the analytics store data through the share offer.
principalSubscriber - The principal subscriber is the account being given access to the analytics store data through the share
offer.public String getPrincipalSubscriber()
The principal subscriber is the account being given access to the analytics store data through the share offer.
public CreateShareRequest withPrincipalSubscriber(String principalSubscriber)
The principal subscriber is the account being given access to the analytics store data through the share offer.
principalSubscriber - The principal subscriber is the account being given access to the analytics store data through the share
offer.public void setShareName(String shareName)
A name given to the share.
shareName - A name given to the share.public String getShareName()
A name given to the share.
public CreateShareRequest withShareName(String shareName)
A name given to the share.
shareName - A name given to the share.public String toString()
toString in class ObjectObject.toString()public CreateShareRequest clone()
clone in class AmazonWebServiceRequestpublic String getSignerType()
getSignerType in interface SignerTypeAwareCopyright © 2023. All rights reserved.