StructuredPojo
, ToCopyableBuilder<ParameterObject.Builder,ParameterObject>
@Generated("software.amazon.awssdk:codegen") public class ParameterObject extends Object implements StructuredPojo, ToCopyableBuilder<ParameterObject.Builder,ParameterObject>
Contains information about a parameter object.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ParameterObject.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<ParameterAttribute> |
attributes() |
The attributes of the parameter object.
|
static ParameterObject.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the parameter object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ParameterObject.Builder> |
serializableBuilderClass() |
|
ParameterObject.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The ID of the parameter object.
public List<ParameterAttribute> attributes()
The attributes of the parameter object.
public ParameterObject.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterObject.Builder,ParameterObject>
public static ParameterObject.Builder builder()
public static Class<? extends ParameterObject.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.