Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ListResourceRecordSetsResponseUnmarshaller
return ListResourceRecordSetsResponseUnmarshaller
        public static ListResourceRecordSetsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ListResourceRecordSetsResponseUnmarshaller();
            }
            return instance;
        }