@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServicePipelineState extends Object implements Serializable, Cloneable, StructuredPojo
The detailed data about the current state of the service pipeline.
Constructor and Description |
---|
ServicePipelineState() |
Modifier and Type | Method and Description |
---|---|
ServicePipelineState |
clone() |
boolean |
equals(Object obj) |
String |
getSpec()
The service spec that was used to create the service pipeline.
|
String |
getTemplateMajorVersion()
The major version of the service template that was used to create the service pipeline.
|
String |
getTemplateMinorVersion()
The minor version of the service template that was used to create the service pipeline.
|
String |
getTemplateName()
The name of the service template that was used to create the service pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSpec(String spec)
The service spec that was used to create the service pipeline.
|
void |
setTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
void |
setTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
void |
setTemplateName(String templateName)
The name of the service template that was used to create the service pipeline.
|
String |
toString()
Returns a string representation of this object.
|
ServicePipelineState |
withSpec(String spec)
The service spec that was used to create the service pipeline.
|
ServicePipelineState |
withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServicePipelineState |
withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServicePipelineState |
withTemplateName(String templateName)
The name of the service template that was used to create the service pipeline.
|
public void setSpec(String spec)
The service spec that was used to create the service pipeline.
spec
- The service spec that was used to create the service pipeline.public String getSpec()
The service spec that was used to create the service pipeline.
public ServicePipelineState withSpec(String spec)
The service spec that was used to create the service pipeline.
spec
- The service spec that was used to create the service pipeline.public void setTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
templateMajorVersion
- The major version of the service template that was used to create the service pipeline.public String getTemplateMajorVersion()
The major version of the service template that was used to create the service pipeline.
public ServicePipelineState withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
templateMajorVersion
- The major version of the service template that was used to create the service pipeline.public void setTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
templateMinorVersion
- The minor version of the service template that was used to create the service pipeline.public String getTemplateMinorVersion()
The minor version of the service template that was used to create the service pipeline.
public ServicePipelineState withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
templateMinorVersion
- The minor version of the service template that was used to create the service pipeline.public void setTemplateName(String templateName)
The name of the service template that was used to create the service pipeline.
templateName
- The name of the service template that was used to create the service pipeline.public String getTemplateName()
The name of the service template that was used to create the service pipeline.
public ServicePipelineState withTemplateName(String templateName)
The name of the service template that was used to create the service pipeline.
templateName
- The name of the service template that was used to create the service pipeline.public String toString()
toString
in class Object
Object.toString()
public ServicePipelineState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.