@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSupportDataExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSupportDataExportRequest() |
Modifier and Type | Method and Description |
---|---|
StartSupportDataExportRequest |
addCustomerDefinedValuesEntry(String key,
String value)
Add a single CustomerDefinedValues entry
|
StartSupportDataExportRequest |
clearCustomerDefinedValuesEntries()
Removes all the entries added into CustomerDefinedValues.
|
StartSupportDataExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getCustomerDefinedValues()
This target has been deprecated. (Optional) Key-value pairs which will be returned, unmodified, in the
Amazon SNS notification message and the data set metadata file.
|
String |
getDataSetType()
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
String |
getDestinationS3BucketName()
This target has been deprecated. The name (friendly name, not ARN) of the destination S3 bucket.
|
String |
getDestinationS3Prefix()
This target has been deprecated. (Optional) The desired S3 prefix for the published data set, similar to a
directory path in standard file systems.
|
Date |
getFromDate()
This target has been deprecated. The start date from which to retrieve the data set in UTC.
|
String |
getRoleNameArn()
This target has been deprecated. The Amazon Resource Name (ARN) of the Role with an attached permissions
policy to interact with the provided AWS services.
|
String |
getSnsTopicArn()
This target has been deprecated. Amazon Resource Name (ARN) for the SNS Topic that will be notified when
the data set has been published or if an error has occurred.
|
int |
hashCode() |
void |
setCustomerDefinedValues(Map<String,String> customerDefinedValues)
This target has been deprecated. (Optional) Key-value pairs which will be returned, unmodified, in the
Amazon SNS notification message and the data set metadata file.
|
void |
setDataSetType(String dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
void |
setDataSetType(SupportDataSetType dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
void |
setDestinationS3BucketName(String destinationS3BucketName)
This target has been deprecated. The name (friendly name, not ARN) of the destination S3 bucket.
|
void |
setDestinationS3Prefix(String destinationS3Prefix)
This target has been deprecated. (Optional) The desired S3 prefix for the published data set, similar to a
directory path in standard file systems.
|
void |
setFromDate(Date fromDate)
This target has been deprecated. The start date from which to retrieve the data set in UTC.
|
void |
setRoleNameArn(String roleNameArn)
This target has been deprecated. The Amazon Resource Name (ARN) of the Role with an attached permissions
policy to interact with the provided AWS services.
|
void |
setSnsTopicArn(String snsTopicArn)
This target has been deprecated. Amazon Resource Name (ARN) for the SNS Topic that will be notified when
the data set has been published or if an error has occurred.
|
String |
toString()
Returns a string representation of this object.
|
StartSupportDataExportRequest |
withCustomerDefinedValues(Map<String,String> customerDefinedValues)
This target has been deprecated. (Optional) Key-value pairs which will be returned, unmodified, in the
Amazon SNS notification message and the data set metadata file.
|
StartSupportDataExportRequest |
withDataSetType(String dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
StartSupportDataExportRequest |
withDataSetType(SupportDataSetType dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
StartSupportDataExportRequest |
withDestinationS3BucketName(String destinationS3BucketName)
This target has been deprecated. The name (friendly name, not ARN) of the destination S3 bucket.
|
StartSupportDataExportRequest |
withDestinationS3Prefix(String destinationS3Prefix)
This target has been deprecated. (Optional) The desired S3 prefix for the published data set, similar to a
directory path in standard file systems.
|
StartSupportDataExportRequest |
withFromDate(Date fromDate)
This target has been deprecated. The start date from which to retrieve the data set in UTC.
|
StartSupportDataExportRequest |
withRoleNameArn(String roleNameArn)
This target has been deprecated. The Amazon Resource Name (ARN) of the Role with an attached permissions
policy to interact with the provided AWS services.
|
StartSupportDataExportRequest |
withSnsTopicArn(String snsTopicArn)
This target has been deprecated. Amazon Resource Name (ARN) for the SNS Topic that will be notified when
the data set has been published or if an error has occurred.
|
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 setDataSetType(String dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time.
dataSetType
- This target has been deprecated. Specifies the data set type to be written to the output csv file.
The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a
csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid,
Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email,
Title, Country Code, ZIP Code, Operation Type, and Operation Time.
SupportDataSetType
public String getDataSetType()
This target has been deprecated. Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time.
SupportDataSetType
public StartSupportDataExportRequest withDataSetType(String dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time.
dataSetType
- This target has been deprecated. Specifies the data set type to be written to the output csv file.
The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a
csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid,
Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email,
Title, Country Code, ZIP Code, Operation Type, and Operation Time.
SupportDataSetType
public void setDataSetType(SupportDataSetType dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time.
dataSetType
- This target has been deprecated. Specifies the data set type to be written to the output csv file.
The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a
csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid,
Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email,
Title, Country Code, ZIP Code, Operation Type, and Operation Time.
SupportDataSetType
public StartSupportDataExportRequest withDataSetType(SupportDataSetType dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time.
dataSetType
- This target has been deprecated. Specifies the data set type to be written to the output csv file.
The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a
csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid,
Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email,
Title, Country Code, ZIP Code, Operation Type, and Operation Time.
SupportDataSetType
public void setFromDate(Date fromDate)
fromDate
- This target has been deprecated.public Date getFromDate()
public StartSupportDataExportRequest withFromDate(Date fromDate)
fromDate
- This target has been deprecated.public void setRoleNameArn(String roleNameArn)
roleNameArn
- This target has been deprecated.public String getRoleNameArn()
public StartSupportDataExportRequest withRoleNameArn(String roleNameArn)
roleNameArn
- This target has been deprecated.public void setDestinationS3BucketName(String destinationS3BucketName)
destinationS3BucketName
- This target has been deprecated.public String getDestinationS3BucketName()
public StartSupportDataExportRequest withDestinationS3BucketName(String destinationS3BucketName)
destinationS3BucketName
- This target has been deprecated.public void setDestinationS3Prefix(String destinationS3Prefix)
destinationS3Prefix
- This target has been deprecated.public String getDestinationS3Prefix()
public StartSupportDataExportRequest withDestinationS3Prefix(String destinationS3Prefix)
destinationS3Prefix
- This target has been deprecated.public void setSnsTopicArn(String snsTopicArn)
snsTopicArn
- This target has been deprecated.public String getSnsTopicArn()
public StartSupportDataExportRequest withSnsTopicArn(String snsTopicArn)
snsTopicArn
- This target has been deprecated.public Map<String,String> getCustomerDefinedValues()
public void setCustomerDefinedValues(Map<String,String> customerDefinedValues)
customerDefinedValues
- This target has been deprecated.public StartSupportDataExportRequest withCustomerDefinedValues(Map<String,String> customerDefinedValues)
customerDefinedValues
- This target has been deprecated.public StartSupportDataExportRequest addCustomerDefinedValuesEntry(String key, String value)
public StartSupportDataExportRequest clearCustomerDefinedValuesEntries()
public String toString()
toString
in class Object
Object.toString()
public StartSupportDataExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()