public class UploadBusinessObjectDefinitionSampleDataFileInitiationResponse extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for uploadBusinessObjectDefinitionSampleDataFileInitiationResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uploadBusinessObjectDefinitionSampleDataFileInitiationResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="businessObjectDefinitionKey" type="{}businessObjectDefinitionKey"/>
<element name="awsS3BucketName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="s3Endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="s3KeyPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="awsAccessKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="awsSecretKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="awsSessionToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="awsSessionExpirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
awsAccessKey |
protected String |
awsS3BucketName |
protected String |
awsSecretKey |
protected XMLGregorianCalendar |
awsSessionExpirationTime |
protected String |
awsSessionToken |
protected BusinessObjectDefinitionKey |
businessObjectDefinitionKey |
protected String |
s3Endpoint |
protected String |
s3KeyPrefix |
| Constructor and Description |
|---|
UploadBusinessObjectDefinitionSampleDataFileInitiationResponse()
Default no-arg constructor
|
UploadBusinessObjectDefinitionSampleDataFileInitiationResponse(BusinessObjectDefinitionKey businessObjectDefinitionKey,
String awsS3BucketName,
String s3Endpoint,
String s3KeyPrefix,
String awsAccessKey,
String awsSecretKey,
String awsSessionToken,
XMLGregorianCalendar awsSessionExpirationTime)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAwsAccessKey()
Gets the value of the awsAccessKey property.
|
String |
getAwsS3BucketName()
Gets the value of the awsS3BucketName property.
|
String |
getAwsSecretKey()
Gets the value of the awsSecretKey property.
|
XMLGregorianCalendar |
getAwsSessionExpirationTime()
Gets the value of the awsSessionExpirationTime property.
|
String |
getAwsSessionToken()
Gets the value of the awsSessionToken property.
|
BusinessObjectDefinitionKey |
getBusinessObjectDefinitionKey()
Gets the value of the businessObjectDefinitionKey property.
|
String |
getS3Endpoint()
Gets the value of the s3Endpoint property.
|
String |
getS3KeyPrefix()
Gets the value of the s3KeyPrefix property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAwsAccessKey(String value)
Sets the value of the awsAccessKey property.
|
void |
setAwsS3BucketName(String value)
Sets the value of the awsS3BucketName property.
|
void |
setAwsSecretKey(String value)
Sets the value of the awsSecretKey property.
|
void |
setAwsSessionExpirationTime(XMLGregorianCalendar value)
Sets the value of the awsSessionExpirationTime property.
|
void |
setAwsSessionToken(String value)
Sets the value of the awsSessionToken property.
|
void |
setBusinessObjectDefinitionKey(BusinessObjectDefinitionKey value)
Sets the value of the businessObjectDefinitionKey property.
|
void |
setS3Endpoint(String value)
Sets the value of the s3Endpoint property.
|
void |
setS3KeyPrefix(String value)
Sets the value of the s3KeyPrefix property.
|
String |
toString() |
protected BusinessObjectDefinitionKey businessObjectDefinitionKey
protected String awsS3BucketName
protected String s3Endpoint
protected String s3KeyPrefix
protected String awsAccessKey
protected String awsSecretKey
protected String awsSessionToken
protected XMLGregorianCalendar awsSessionExpirationTime
public UploadBusinessObjectDefinitionSampleDataFileInitiationResponse()
public UploadBusinessObjectDefinitionSampleDataFileInitiationResponse(BusinessObjectDefinitionKey businessObjectDefinitionKey, String awsS3BucketName, String s3Endpoint, String s3KeyPrefix, String awsAccessKey, String awsSecretKey, String awsSessionToken, XMLGregorianCalendar awsSessionExpirationTime)
public BusinessObjectDefinitionKey getBusinessObjectDefinitionKey()
BusinessObjectDefinitionKeypublic void setBusinessObjectDefinitionKey(BusinessObjectDefinitionKey value)
value - allowed object is
BusinessObjectDefinitionKeypublic String getAwsS3BucketName()
Stringpublic void setAwsS3BucketName(String value)
value - allowed object is
Stringpublic String getS3Endpoint()
Stringpublic void setS3Endpoint(String value)
value - allowed object is
Stringpublic String getS3KeyPrefix()
Stringpublic void setS3KeyPrefix(String value)
value - allowed object is
Stringpublic String getAwsAccessKey()
Stringpublic void setAwsAccessKey(String value)
value - allowed object is
Stringpublic String getAwsSecretKey()
Stringpublic void setAwsSecretKey(String value)
value - allowed object is
Stringpublic String getAwsSessionToken()
Stringpublic void setAwsSessionToken(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getAwsSessionExpirationTime()
XMLGregorianCalendarpublic void setAwsSessionExpirationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2019. All rights reserved.