StructuredPojo
, ToCopyableBuilder<ExtraParam.Builder,ExtraParam>
@Generated("software.amazon.awssdk:codegen") public class ExtraParam extends Object implements StructuredPojo, ToCopyableBuilder<ExtraParam.Builder,ExtraParam>
ExtraParam includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExtraParam.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ExtraParam.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
Name of the additional parameter required by the top-level domain.
|
static Class<? extends ExtraParam.Builder> |
serializableBuilderClass() |
|
ExtraParam.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
Values corresponding to the additional parameter names required by some top-level domains.
|
public String name()
Name of the additional parameter required by the top-level domain.
ExtraParamName
public String value()
Values corresponding to the additional parameter names required by some top-level domains.
public ExtraParam.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExtraParam.Builder,ExtraParam>
public static ExtraParam.Builder builder()
public static Class<? extends ExtraParam.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.