Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteTagsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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