@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HostedConfigurationVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the configuration.
Constructor and Description |
---|
HostedConfigurationVersionSummary() |
Modifier and Type | Method and Description |
---|---|
HostedConfigurationVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ID.
|
String |
getConfigurationProfileId()
The configuration profile ID.
|
String |
getContentType()
A standard MIME type describing the format of the configuration content.
|
String |
getDescription()
A description of the configuration.
|
Integer |
getVersionNumber()
The configuration version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The application ID.
|
void |
setConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
void |
setContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
void |
setDescription(String description)
A description of the configuration.
|
void |
setVersionNumber(Integer versionNumber)
The configuration version.
|
String |
toString()
Returns a string representation of this object.
|
HostedConfigurationVersionSummary |
withApplicationId(String applicationId)
The application ID.
|
HostedConfigurationVersionSummary |
withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
HostedConfigurationVersionSummary |
withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
HostedConfigurationVersionSummary |
withDescription(String description)
A description of the configuration.
|
HostedConfigurationVersionSummary |
withVersionNumber(Integer versionNumber)
The configuration version.
|
public void setApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public String getApplicationId()
The application ID.
public HostedConfigurationVersionSummary withApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public void setConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId
- The configuration profile ID.public String getConfigurationProfileId()
The configuration profile ID.
public HostedConfigurationVersionSummary withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId
- The configuration profile ID.public void setVersionNumber(Integer versionNumber)
The configuration version.
versionNumber
- The configuration version.public Integer getVersionNumber()
The configuration version.
public HostedConfigurationVersionSummary withVersionNumber(Integer versionNumber)
The configuration version.
versionNumber
- The configuration version.public void setDescription(String description)
A description of the configuration.
description
- A description of the configuration.public String getDescription()
A description of the configuration.
public HostedConfigurationVersionSummary withDescription(String description)
A description of the configuration.
description
- A description of the configuration.public void setContentType(String contentType)
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
contentType
- A standard MIME type describing the format of the configuration content. For more information, see Content-
Type.public String getContentType()
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
public HostedConfigurationVersionSummary withContentType(String contentType)
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
contentType
- A standard MIME type describing the format of the configuration content. For more information, see Content-
Type.public String toString()
toString
in class Object
Object.toString()
public HostedConfigurationVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.