@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportServerEngineAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExportServerEngineAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
ExportServerEngineAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportAttributeName()
The name of the export attribute.
|
List<EngineAttribute> |
getInputAttributes()
The list of engine attributes.
|
String |
getServerName()
The name of the server from which you are exporting the attribute.
|
int |
hashCode() |
void |
setExportAttributeName(String exportAttributeName)
The name of the export attribute.
|
void |
setInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes.
|
void |
setServerName(String serverName)
The name of the server from which you are exporting the attribute.
|
String |
toString()
Returns a string representation of this object.
|
ExportServerEngineAttributeRequest |
withExportAttributeName(String exportAttributeName)
The name of the export attribute.
|
ExportServerEngineAttributeRequest |
withInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes.
|
ExportServerEngineAttributeRequest |
withInputAttributes(EngineAttribute... inputAttributes)
The list of engine attributes.
|
ExportServerEngineAttributeRequest |
withServerName(String serverName)
The name of the server from which you are exporting the attribute.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setExportAttributeName(String exportAttributeName)
The name of the export attribute. Currently, the supported export attribute is Userdata
. This
exports a user data script that includes parameters and values provided in the InputAttributes
list.
exportAttributeName
- The name of the export attribute. Currently, the supported export attribute is Userdata
. This
exports a user data script that includes parameters and values provided in the
InputAttributes
list.public String getExportAttributeName()
The name of the export attribute. Currently, the supported export attribute is Userdata
. This
exports a user data script that includes parameters and values provided in the InputAttributes
list.
Userdata
.
This exports a user data script that includes parameters and values provided in the
InputAttributes
list.public ExportServerEngineAttributeRequest withExportAttributeName(String exportAttributeName)
The name of the export attribute. Currently, the supported export attribute is Userdata
. This
exports a user data script that includes parameters and values provided in the InputAttributes
list.
exportAttributeName
- The name of the export attribute. Currently, the supported export attribute is Userdata
. This
exports a user data script that includes parameters and values provided in the
InputAttributes
list.public void setServerName(String serverName)
The name of the server from which you are exporting the attribute.
serverName
- The name of the server from which you are exporting the attribute.public String getServerName()
The name of the server from which you are exporting the attribute.
public ExportServerEngineAttributeRequest withServerName(String serverName)
The name of the server from which you are exporting the attribute.
serverName
- The name of the server from which you are exporting the attribute.public List<EngineAttribute> getInputAttributes()
The list of engine attributes. The list type is EngineAttribute
. An EngineAttribute
list item is a pair that includes an attribute name and its value. For the Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
EngineAttribute
. An
EngineAttribute
list item is a pair that includes an attribute name and its value. For the
Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
public void setInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes. The list type is EngineAttribute
. An EngineAttribute
list item is a pair that includes an attribute name and its value. For the Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
inputAttributes
- The list of engine attributes. The list type is EngineAttribute
. An
EngineAttribute
list item is a pair that includes an attribute name and its value. For the
Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
public ExportServerEngineAttributeRequest withInputAttributes(EngineAttribute... inputAttributes)
The list of engine attributes. The list type is EngineAttribute
. An EngineAttribute
list item is a pair that includes an attribute name and its value. For the Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
NOTE: This method appends the values to the existing list (if any). Use
setInputAttributes(java.util.Collection)
or withInputAttributes(java.util.Collection)
if you
want to override the existing values.
inputAttributes
- The list of engine attributes. The list type is EngineAttribute
. An
EngineAttribute
list item is a pair that includes an attribute name and its value. For the
Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
public ExportServerEngineAttributeRequest withInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes. The list type is EngineAttribute
. An EngineAttribute
list item is a pair that includes an attribute name and its value. For the Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
inputAttributes
- The list of engine attributes. The list type is EngineAttribute
. An
EngineAttribute
list item is a pair that includes an attribute name and its value. For the
Userdata
ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the
organization default
. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
public String toString()
toString
in class Object
Object.toString()
public ExportServerEngineAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()