@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineBlueprintSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of an OpenSearch Ingestion blueprint.
Constructor and Description |
---|
PipelineBlueprintSummary() |
Modifier and Type | Method and Description |
---|---|
PipelineBlueprintSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBlueprintName()
The name of the blueprint.
|
String |
getDisplayDescription()
A description of the blueprint.
|
String |
getDisplayName()
The display name of the blueprint.
|
String |
getService()
The name of the service that the blueprint is associated with.
|
String |
getUseCase()
The use case that the blueprint relates to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlueprintName(String blueprintName)
The name of the blueprint.
|
void |
setDisplayDescription(String displayDescription)
A description of the blueprint.
|
void |
setDisplayName(String displayName)
The display name of the blueprint.
|
void |
setService(String service)
The name of the service that the blueprint is associated with.
|
void |
setUseCase(String useCase)
The use case that the blueprint relates to.
|
String |
toString()
Returns a string representation of this object.
|
PipelineBlueprintSummary |
withBlueprintName(String blueprintName)
The name of the blueprint.
|
PipelineBlueprintSummary |
withDisplayDescription(String displayDescription)
A description of the blueprint.
|
PipelineBlueprintSummary |
withDisplayName(String displayName)
The display name of the blueprint.
|
PipelineBlueprintSummary |
withService(String service)
The name of the service that the blueprint is associated with.
|
PipelineBlueprintSummary |
withUseCase(String useCase)
The use case that the blueprint relates to.
|
public void setBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName
- The name of the blueprint.public String getBlueprintName()
The name of the blueprint.
public PipelineBlueprintSummary withBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName
- The name of the blueprint.public void setDisplayName(String displayName)
The display name of the blueprint.
displayName
- The display name of the blueprint.public String getDisplayName()
The display name of the blueprint.
public PipelineBlueprintSummary withDisplayName(String displayName)
The display name of the blueprint.
displayName
- The display name of the blueprint.public void setDisplayDescription(String displayDescription)
A description of the blueprint.
displayDescription
- A description of the blueprint.public String getDisplayDescription()
A description of the blueprint.
public PipelineBlueprintSummary withDisplayDescription(String displayDescription)
A description of the blueprint.
displayDescription
- A description of the blueprint.public void setService(String service)
The name of the service that the blueprint is associated with.
service
- The name of the service that the blueprint is associated with.public String getService()
The name of the service that the blueprint is associated with.
public PipelineBlueprintSummary withService(String service)
The name of the service that the blueprint is associated with.
service
- The name of the service that the blueprint is associated with.public void setUseCase(String useCase)
The use case that the blueprint relates to.
useCase
- The use case that the blueprint relates to.public String getUseCase()
The use case that the blueprint relates to.
public PipelineBlueprintSummary withUseCase(String useCase)
The use case that the blueprint relates to.
useCase
- The use case that the blueprint relates to.public String toString()
toString
in class Object
Object.toString()
public PipelineBlueprintSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.