@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataSharesForProducerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDataSharesForProducerRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDataSharesForProducerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
An optional parameter that specifies the starting point to return a set of response records.
|
Integer |
getMaxRecords()
The maximum number of response records to return in each call.
|
String |
getProducerArn()
The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
|
String |
getStatus()
An identifier giving the status of a datashare in the producer.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
void |
setProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
|
void |
setStatus(String status)
An identifier giving the status of a datashare in the producer.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDataSharesForProducerRequest |
withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeDataSharesForProducerRequest |
withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeDataSharesForProducerRequest |
withProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
|
DescribeDataSharesForProducerRequest |
withStatus(DataShareStatusForProducer status)
An identifier giving the status of a datashare in the producer.
|
DescribeDataSharesForProducerRequest |
withStatus(String status)
An identifier giving the status of a datashare in the producer.
|
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 DescribeDataSharesForProducerRequest()
public void setProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
producerArn
- The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.public String getProducerArn()
The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
public DescribeDataSharesForProducerRequest withProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
producerArn
- The Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.public void setStatus(String status)
An identifier giving the status of a datashare in the producer. If this field is specified, Amazon Redshift returns the list of datashares that have the specified status.
status
- An identifier giving the status of a datashare in the producer. If this field is specified, Amazon
Redshift returns the list of datashares that have the specified status.DataShareStatusForProducer
public String getStatus()
An identifier giving the status of a datashare in the producer. If this field is specified, Amazon Redshift returns the list of datashares that have the specified status.
DataShareStatusForProducer
public DescribeDataSharesForProducerRequest withStatus(String status)
An identifier giving the status of a datashare in the producer. If this field is specified, Amazon Redshift returns the list of datashares that have the specified status.
status
- An identifier giving the status of a datashare in the producer. If this field is specified, Amazon
Redshift returns the list of datashares that have the specified status.DataShareStatusForProducer
public DescribeDataSharesForProducerRequest withStatus(DataShareStatusForProducer status)
An identifier giving the status of a datashare in the producer. If this field is specified, Amazon Redshift returns the list of datashares that have the specified status.
status
- An identifier giving the status of a datashare in the producer. If this field is specified, Amazon
Redshift returns the list of datashares that have the specified status.DataShareStatusForProducer
public void setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of
the response. You can retrieve the next set of records by retrying the command with the returned marker
value.public Integer getMaxRecords()
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned
marker value.public DescribeDataSharesForProducerRequest withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of
the response. You can retrieve the next set of records by retrying the command with the returned marker
value.public void setMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeDataSharesForProducer request exceed the value specified in MaxRecords
, Amazon Web
Services returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
marker
- An optional parameter that specifies the starting point to return a set of response records. When the
results of a DescribeDataSharesForProducer request exceed the value specified in
MaxRecords
, Amazon Web Services returns a value in the Marker
field of the
response. You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public String getMarker()
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeDataSharesForProducer request exceed the value specified in MaxRecords
, Amazon Web
Services returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
MaxRecords
, Amazon Web Services returns a value in the Marker
field of the
response. You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public DescribeDataSharesForProducerRequest withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeDataSharesForProducer request exceed the value specified in MaxRecords
, Amazon Web
Services returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
marker
- An optional parameter that specifies the starting point to return a set of response records. When the
results of a DescribeDataSharesForProducer request exceed the value specified in
MaxRecords
, Amazon Web Services returns a value in the Marker
field of the
response. You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public String toString()
toString
in class Object
Object.toString()
public DescribeDataSharesForProducerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()