public class GetMapGlyphsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetMapGlyphsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.nio.ByteBuffer |
getBlob()
The blob's content type.
|
java.lang.String |
getContentType()
The map glyph content type.
|
int |
hashCode() |
void |
setBlob(java.nio.ByteBuffer blob)
The blob's content type.
|
void |
setContentType(java.lang.String contentType)
The map glyph content type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMapGlyphsResult |
withBlob(java.nio.ByteBuffer blob)
The blob's content type.
|
GetMapGlyphsResult |
withContentType(java.lang.String contentType)
The map glyph content type.
|
public java.nio.ByteBuffer getBlob()
The blob's content type.
The blob's content type.
public void setBlob(java.nio.ByteBuffer blob)
The blob's content type.
blob
- The blob's content type.
public GetMapGlyphsResult withBlob(java.nio.ByteBuffer blob)
The blob's content type.
Returns a reference to this object so that method calls can be chained together.
blob
- The blob's content type.
public java.lang.String getContentType()
The map glyph content type. For example,
application/octet-stream
.
The map glyph content type. For example,
application/octet-stream
.
public void setContentType(java.lang.String contentType)
The map glyph content type. For example,
application/octet-stream
.
contentType
-
The map glyph content type. For example,
application/octet-stream
.
public GetMapGlyphsResult withContentType(java.lang.String contentType)
The map glyph content type. For example,
application/octet-stream
.
Returns a reference to this object so that method calls can be chained together.
contentType
-
The map glyph content type. For example,
application/octet-stream
.
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.