public class WriteSegmentRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
WriteSegmentRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SegmentDimensions |
getDimensions()
The segment dimensions attributes.
|
java.lang.String |
getName()
The name of segment
|
SegmentGroupList |
getSegmentGroups()
A segment group, which consists of zero or more source segments, plus
dimensions that are applied to those source segments.
|
int |
hashCode() |
void |
setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
void |
setName(java.lang.String name)
The name of segment
|
void |
setSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus
dimensions that are applied to those source segments.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WriteSegmentRequest |
withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
WriteSegmentRequest |
withName(java.lang.String name)
The name of segment
|
WriteSegmentRequest |
withSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus
dimensions that are applied to those source segments.
|
public SegmentDimensions getDimensions()
public void setDimensions(SegmentDimensions dimensions)
dimensions
- The segment dimensions attributes.public WriteSegmentRequest withDimensions(SegmentDimensions dimensions)
Returns a reference to this object so that method calls can be chained together.
dimensions
- The segment dimensions attributes.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name of segmentpublic WriteSegmentRequest withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of segmentpublic SegmentGroupList getSegmentGroups()
public void setSegmentGroups(SegmentGroupList segmentGroups)
segmentGroups
- A segment group, which consists of zero or more
source segments, plus dimensions that are applied to those
source segments. Your request can only include one segment
group. Your request can include either a SegmentGroups object
or a Dimensions object, but not both.public WriteSegmentRequest withSegmentGroups(SegmentGroupList segmentGroups)
Returns a reference to this object so that method calls can be chained together.
segmentGroups
- A segment group, which consists of zero or more
source segments, plus dimensions that are applied to those
source segments. Your request can only include one segment
group. Your request can include either a SegmentGroups object
or a Dimensions object, but not both.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.