factory CreateEndpointResponse.fromJson(Map<String, dynamic> json) { return CreateEndpointResponse( endpointArn: json['EndpointArn'] as String?, ); }