class Amazonite::ApiGateway::GetMethodResponseRequest

Overview

Request to describe a MethodResponse resource.

Included Modules

Defined in:

api_gateway/get_method_response_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rest_api_id : String, resource_id : String, http_method : String, status_code : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def http_method : String #

The HTTP verb of the Method resource.


[View source]
def http_method=(http_method : String) #

The HTTP verb of the Method resource.


[View source]
def resource_id : String #

The Resource identifier for the MethodResponse resource.


[View source]
def resource_id=(resource_id : String) #

The Resource identifier for the MethodResponse resource.


[View source]
def rest_api_id : String #

The string identifier of the associated RestApi.


[View source]
def rest_api_id=(rest_api_id : String) #

The string identifier of the associated RestApi.


[View source]
def status_code : String #

The status code for the MethodResponse resource.


[View source]
def status_code=(status_code : String) #

The status code for the MethodResponse resource.


[View source]
def validate! : Nil #

[View source]