@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomPluginConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information required to create a custom plugin.
Constructor and Description |
---|
CustomPluginConfiguration() |
Modifier and Type | Method and Description |
---|---|
CustomPluginConfiguration |
clone() |
boolean |
equals(Object obj) |
APISchema |
getApiSchema()
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
String |
getApiSchemaType()
The type of OpenAPI schema to use.
|
String |
getDescription()
A description for your custom plugin configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
void |
setApiSchemaType(String apiSchemaType)
The type of OpenAPI schema to use.
|
void |
setDescription(String description)
A description for your custom plugin configuration.
|
String |
toString()
Returns a string representation of this object.
|
CustomPluginConfiguration |
withApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
CustomPluginConfiguration |
withApiSchemaType(APISchemaType apiSchemaType)
The type of OpenAPI schema to use.
|
CustomPluginConfiguration |
withApiSchemaType(String apiSchemaType)
The type of OpenAPI schema to use.
|
CustomPluginConfiguration |
withDescription(String description)
A description for your custom plugin configuration.
|
public void setDescription(String description)
A description for your custom plugin configuration.
description
- A description for your custom plugin configuration.public String getDescription()
A description for your custom plugin configuration.
public CustomPluginConfiguration withDescription(String description)
A description for your custom plugin configuration.
description
- A description for your custom plugin configuration.public void setApiSchemaType(String apiSchemaType)
The type of OpenAPI schema to use.
apiSchemaType
- The type of OpenAPI schema to use.APISchemaType
public String getApiSchemaType()
The type of OpenAPI schema to use.
APISchemaType
public CustomPluginConfiguration withApiSchemaType(String apiSchemaType)
The type of OpenAPI schema to use.
apiSchemaType
- The type of OpenAPI schema to use.APISchemaType
public CustomPluginConfiguration withApiSchemaType(APISchemaType apiSchemaType)
The type of OpenAPI schema to use.
apiSchemaType
- The type of OpenAPI schema to use.APISchemaType
public void setApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.
apiSchema
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON
or YAML-formatted payload defining the schema.public APISchema getApiSchema()
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.
public CustomPluginConfiguration withApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.
apiSchema
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON
or YAML-formatted payload defining the schema.public String toString()
toString
in class Object
Object.toString()
public CustomPluginConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.